Re: ElementTree XML Namspace

2008-11-15 Thread Stefan Behnel
Hunter wrote: > We are reviewing a vendor who will output some data in an XML format. > I will then use python to convert the data to another format for > upload to another vendor. Take a look at lxml.objectify, it has a nicer API, especially if you are new to XML. It also handles loads of namespa

Re: ElementTree XML Namspace

2008-11-14 Thread Mark Tolonen
"Hunter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] We are reviewing a vendor who will output some data in an XML format. I will then use python to convert the data to another format for upload to another vendor. I'm having trouble with very basic steps with the sample file th

ElementTree XML Namspace

2008-11-14 Thread Hunter
We are reviewing a vendor who will output some data in an XML format. I will then use python to convert the data to another format for upload to another vendor. I'm having trouble with very basic steps with the sample file they sent me. My very simple test script is: from xml.etree.ElementTree i