I'm messing around with trying to write an xml file using
xml.etree.ElementTree. All the examples on the internet show the use
of ElementTree.write(), although when I try to use it it's not
available, gives me ...
ElementTree(sectionElement).write("section.xml")
TypeError: 'module' object is n
On May 23, 3:22 am, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > I'm messing around with trying to write an xml file using
> > xml.etree.ElementTree. All the examples on the internet show the use
> > of ElementTree.write(), although when I try to use it it's not
> > avai