Re: Help with XML-SAX program ... it's driving me nuts ...

2006-01-31 Thread mitsura
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

Re: Help with XML-SAX program ... it's driving me nuts ...

2006-01-31 Thread Fredrik Lundh
[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

Help with XML-SAX program ... it's driving me nuts ...

2006-01-31 Thread mitsura
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