home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / python-xml / examples / demo / README
Encoding:
Text File  |  2006-07-06  |  676 b   |  14 lines

  1. The various subdirectories here contain demo programs that show how to
  2. use various XML processing interfaces.  The subdirectories are:
  3.  
  4. dom        Sample code that uses the DOM interface [demos not up to date,
  5.                 see xml/dom/demo]
  6. genxml        Demonstration of generating XML from non-XML data, using
  7.         DOM, SAX, and simply writing to a file.
  8. quotes        A simple application which processes an XML markup for
  9.         maintaining a list of quotations.
  10. sax        Sample code that uses the SAX interface.
  11. sgmlop          Benchmark example for the sgmlop parser [currently broken]
  12. xbel        Code for XBEL, an XML markup for Web browser bookmark files.
  13. xmlproc        Sample code for the xmlproc parser
  14.