[XML-SIG] Python equivalent to Perl's XML::Writer

Ganz, Will wganz@imacs.com
Mon, 25 Nov 2002 13:41:22 -0600


I am trying to generate XML output from data that is in a dictionary of a
list of lists. My prior experience with this type of XML generation was with
the XML::Writer module in that other 'P' scripting language. 

Is there a functional equivalent in Python? I've gone through "Python & XML"
plus "XML Processing with Pelr, Python, and PHP" without much luck. I've got
4Thought's XML suite installed on Python 2.2.1 build 222 (ASPN). 

Thanks