Thanks for the feedback!
I will certainly look at the elementtree stuff (I am new to Python so I
still need to find my way around)
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> I need to read a simle XML file. For this I use the SAX parser. So far
> so good. The XML file consist out of number of "Service" object with
> each object a set of attributes.
> The strange thing is that for some reason, the attributes for all the
> objects are being u
Hi,
I need to read a simle XML file. For this I use the SAX parser. So far
so good.
The XML file consist out of number of "Service" object with each object
a set of attributes.
I read through the XML file and for each "" entry I create a
new service object.
When I am in the "" part of the XML fil