[
Lists Home |
Date Index |
Thread Index
]
- From: Chris Hubick <maillist@chris.hubick.com>
- To: xml-dev@ic.ac.uk
- Date: Mon, 3 Aug 1998 11:37:37 +0000 (GMT)
On Mon, 3 Aug 1998, Michael Kay wrote:
> the parser is allowed to hand me data one character at a
> time if it chooses. Perhaps someone should write a SAX
> parser that does just that, so I can test that my
> application would cope with it.
My as yet unreleased HXP parser could do that. It is a production
grammer based parser. On the lowest level it throws start and stop events
for each production in the XML spec. It does this right down to the type
of character. This means that the data event for each character is thrown
separately. I naturally planned on buffering these in my SAX driver, but
if it isn't that much trouble, I'll build in a mode to do this. :-)
---
Chris Hubick
mailto:chris@hubick.com
http://www.hubick.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|