Re: [xml-dev] SAX

From
Simon St.Laurent <>
To
Raúl Carazo <>
Date
2002-01-04T16:15:27Z
ID
<>
Thread
Re: [xml-dev] SAX
On Fri, 2002-01-04 at 08:11, Raúl Carazo wrote:
>     I'm using SAX for reading a XML file but sometimes it splits a long element.
> 
>     Do you know why? And/or how to find the point it's splitting?

Do you mean you're getting multiple characters events for the same
element?  If that's the case, just build your own buffer - an array of
arrays will do - and put them together during the endElement event.

-- 
Simon St.Laurent
"Every day, in every way, I'm getting better and better." - Emile Coue