File: README

package info (click to toggle)
python-xml 0.4.19981014-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,124 kB
  • ctags: 3,099
  • sloc: ansic: 9,075; python: 8,150; xml: 7,940; makefile: 84; sh: 41
file content (10 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
The various subdirectories here contain demo programs that show how to
use various XML processing interfaces.  The subdirectories are:

arch		Sample code that demonstrates using architectural forms.
dom		Sample code that uses the DOM interface.
quotes		A simple application which processes an XML markup for
		maintaining a list of quotations.
sax		Sample code that uses the SAX interface.
xbel		Code for XBEL, an XML markup for Web browser bookmark files.
xmlproc		Sample code for the xmlproc parser