File: README

package info (click to toggle)
python-xml 0.8.4-10.1%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,972 kB
  • ctags: 10,628
  • sloc: python: 46,730; ansic: 14,354; xml: 968; makefile: 201; sh: 20
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