How to generate XML
CpJohnson at edgars.co.za
CpJohnson at edgars.co.za
Thu Dec 20 09:07:32 EST 2001
Look at xml.dom.minidom, you can create XML nodes in a tree structured DOM
and then spit it out into a file.
Craig
Fabrizio <realefab at tiscalinet.it> on 2001/12/20 15:10:40
To: python-list at python.org
cc: (bcc: Craig Johnson/Edgars/ZA)
Subject: How to generate XML
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
--
http://mail.python.org/mailman/listinfo/python-list
More information about the Python-list
mailing list