Re: Question about XML Parser in Python.

2005-05-11 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > Well, I'm fairly new to Python and have encountered a strange error while > reading an XML document in Python. I used the SAX parser, and my input XML is > fairly large with 30 records. I extract about 25 fields from each record > and spit out a csv file. The str

Question about XML Parser in Python.

2005-05-11 Thread Amitpython5
Hello,     Well, I'm fairly new to Python and have encountered a strange error while reading an XML document in Python. I used the SAX parser, and my input XML is fairly large with 30 records. I extract about 25 fields from each record and spit out a csv file. The strange thing is that af