Next in thread →
Next in month →
Re: [xml-dev] SAX
See SAX tip #2 at: http://www.xml.com/pub/a/2001/12/05/sax2.html Parsers could report each character with a separate event, and your application code needs to work with cases which are that perverse, but you'll rarely find parsers doing that. There are no universal rules about where parsers split the text content of an element. - Dave ----- Original Message ----- From: "Raúl Carazo" <> To: <> Sent: Friday, January 04, 2002 5:11 AM Subject: [xml-dev] SAX 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
Next in thread →
Next in month →