[
Lists Home |
Date Index |
Thread Index
]
Elliotte Harold's Processing with also discussing this, complete
with an example:
http://www.ibiblio.org/xml/books/xmljava/chapters/ch06s07.html
Cheers,
L.
> -----Original Message-----
> From: Simon St.Laurent [mailto:simonstl@simonstl.com]
> Sent: 04 January 2002 16:15
> To: Raśl Carazo
> Cc: xml-dev@lists.xml.org
> Subject: 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.
|