The various subdirectories here contain demo programs that show how to
use various XML processing interfaces. The subdirectories are:
domSample code that uses the DOM interface [demos not up to date,
see xml/dom/demo]
genxmlDemonstration of generating XML from non-XML data, using
DOM, SAX, and simply writing to a file.
quotesA simple application which processes an XML markup for
maintaining a list of quotations.
saxSample code that uses the SAX interface.
sgmlop Benchmark example for the sgmlop parser [currently broken]
xbelCode for XBEL, an XML markup for Web browser bookmark files.
xmlprocSample code for the xmlproc parser