S
Simon Pickles
Hi
Can anyone suggest a really simple XML reader for python? I just want to
be able to do something like this:
xmlDoc = xml.open("file.xml")
element = xmlDoc.GetElement("foo/bar")
.... to read the value of:
<foo>
<bar>42</bar>
</foo>
Thanks
Simon
Can anyone suggest a really simple XML reader for python? I just want to
be able to do something like this:
xmlDoc = xml.open("file.xml")
element = xmlDoc.GetElement("foo/bar")
.... to read the value of:
<foo>
<bar>42</bar>
</foo>
Thanks
Simon