File: README

package info (click to toggle)
qm 1.1.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,628 kB
  • ctags: 10,249
  • sloc: python: 41,482; ansic: 20,611; xml: 12,837; sh: 485; makefile: 226
file content (13 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
The various subdirectories here contain demo programs that show how to
use various XML processing interfaces.  The subdirectories are:

dom		Sample code that uses the DOM interface [demos not up to date,
                see xml/dom/demo]
genxml		Demonstration of generating XML from non-XML data, using
		DOM, SAX, and simply writing to a file.
quotes		A simple application which processes an XML markup for
		maintaining a list of quotations.
sax		Sample code that uses the SAX interface.
sgmlop          Benchmark example for the sgmlop parser [currently broken]
xbel		Code for XBEL, an XML markup for Web browser bookmark files.
xmlproc		Sample code for the xmlproc parser