[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
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