A SAX
parser is allowed to split character data into however many small pieces it
likes. It's the application's job to reassemble them. Different parsers behave
differently: some might split the data only when an internal buffer fills, some
on entity boundaries, others never.
Mike
Kay
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?
Thank you very
much!
Raśl
|