Re: XML SAX parser bug?

2006-02-07 Thread uche . ogbuji
[EMAIL PROTECTED] wrote: > Fredrik Lundh schreef: > > [EMAIL PROTECTED] wrote: > > > I think I ran into a bug in the XML SAX parser. > > > > > > part of my program consist of reading a rather large XML file (about > > > 10Mb) containing a few thousand elements. > > > I have the following problem. S

Re: XML SAX parser bug?

2006-01-19 Thread Martin v. Löwis
[EMAIL PROTECTED] wrote: > but how do I detect that the parser has split up the characters? I gues > I need to detect it in order to reconstruct the complete string Don't try to detect it. Instead, assume it always happens, and collect the strings in characters(), rather than processing them. Do s

Re: XML SAX parser bug?

2006-01-19 Thread mitsura
Fredrik Lundh schreef: > [EMAIL PROTECTED] wrote: > > > I think I ran into a bug in the XML SAX parser. > > > > part of my program consist of reading a rather large XML file (about > > 10Mb) containing a few thousand elements. > > I have the following problem. Sometimes that SAX parses misreads a

Re: XML SAX parser bug?

2006-01-19 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I think I ran into a bug in the XML SAX parser. > > part of my program consist of reading a rather large XML file (about > 10Mb) containing a few thousand elements. > I have the following problem. Sometimes that SAX parses misreads a > line. > Let me explain: the XML fil

XML SAX parser bug?

2006-01-19 Thread mitsura
Hi, I think I ran into a bug in the XML SAX parser. part of my program consist of reading a rather large XML file (about 10Mb) containing a few thousand elements. I have the following problem. Sometimes that SAX parses misreads a line. Let me explain: the XML file contains a few thousand lines li