Creating xml

Chris Rebert clp2 at rebertia.com
Thu Jul 23 15:32:58 EDT 2009


On Thu, Jul 23, 2009 at 12:30 PM, Greg Lindstrom<gslindstrom at gmail.com> wrote:
<snip>
> How about if I need/want to parse or process an XML file?

xml.etree.ElementTree in the standard library:
http://docs.python.org/library/xml.etree.elementtree.html

Cheers,
Chris
-- 
http://blog.rebertia.com



More information about the Python-list mailing list