[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: SAX characters event and external entities
- From: ari@cogsci.ed.ac.uk (K. Ari Krupnikov)
- Date: 04 Mar 2003 21:50:27 +0000
- User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
SAX parsers may return all contiguous character data in a single
chunk, or they may split it into several chunks; however, all of the
characters in any single event must come from the same external entity
so that the Locator provides useful information. [1]
How much of a "violation" would it be to have a caching XMLFilter that
would report all contiguous character data in a single event,
including across entity boundaries?
Ari.
[1] http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html
|