extremely light, all python, XML parser

Peter Ohler peter@ohler.com
Sun, 2 Feb 2003 19:52:16 -0800


I've written a very small non-validating XML parser. The parser and 
print routines are written completely in python and require no C 
compilation. It does not follow the DOM or SAX interfaces but instead 
produces a simple list or rather list hierarchy of the XML file or 
string. This module, xmlite, is useful for simple XML files such as 
those used for configuration.

This is my first python code but the code has been tested. Can anyone 
tell me how to make the module available to others?

Pete Ohler
peter@ohler.com