How to generate XML

Markus Jais mjais at web.de
Thu Dec 20 09:16:13 EST 2001


On Thu, 20 Dec 2001 14:10:40 +0100, Fabrizio wrote:

> Does anybody know if there are modules to generate XML? I know there is
> SAX, but it is only for parsing, isn't it? Thank. Fab


you can use DOM for generating XML.

check out the xml-sig at:
http://www.python.org/sigs/xml-sig/

also have a look at 4Suite, an opensource library for xml processing in
python. many useful features.

http://www.4suite.org/

markus



More information about the Python-list mailing list