[DOC-SIG] ANNOUNCE: XML parser library

Sjoerd Mullender Sjoerd.Mullender@cwi.nl
Mon, 17 Nov 1997 10:58:20 +0100


I have written an XML (eXtensible Markup Language) parser module for
Python.  This module is derived from the SGML parser (sgmllib) and has 
a similar flavor.

xmllib is available from the following sites:

ftp://ftp.cwi.nl/pub/sjoerd/xmllib.tar.gz
http://www.cwi.nl/ftp/sjoerd/xmllib.tar.gz
ftp://ftp.starship.skyport.net/pub/crew/sjoerd/xmllib.tar.gz

In all places there is also a file xmllib.README (which is also part
of the distribution).

Since the module uses the new re module, it will only work if you have 
that already.  The re module is standard in Python 1.5alpha.

For information on XML see <URL:http://www.w3.org/TR/WD-xml>.

-- Sjoerd Mullender <Sjoerd.Mullender@cwi.nl>
   <URL:http://www.cwi.nl/~sjoerd/>

_______________
DOC-SIG  - SIG for the Python Documentation Project

send messages to: doc-sig@python.org
administrivia to: doc-sig-request@python.org
_______________