Lukas Agrapidis wrote:
I am trying to parse an XML file using Python and found this resource
http://diveintopython.org/xml_processing/parsing_xml.html
I am trying to parse an XML file using Python and found this resource
http://diveintopython.org/xml_processing/parsing_xml.html
http://effbot.org/zone/element.htm
It's a lot easier to use than minidom, especially for new users. It's
available in the standard library as "xml.etree.ElementTree" module since
Python 2.5.
Stefan