[
Lists Home |
Date Index |
Thread Index
]
- From: Lars Marius Garshol <larsga@garshol.priv.no>
- To: "XML developers' list" <xml-dev@ic.ac.uk>
- Date: 07 Dec 1999 18:53:32 +0100
* Lars Marius Garshol
|
| The only application I see for this sort of thing is to be able to
| work around XML syntax rules,
* Toby Speight
|
| I see a demand for parsing a document with SAX, but using some
| start-tags to switch to building DOM (or DOM-like) objects, returning
| to stream-oriented processing afterwards.
Sure, I too see a need for this, and I've even implemented it.
However, this is something completely different from doing parsing on
behalf of the parser. Parsing is turning a stream of bytes (or
characters) into something higher-level, but this is not what you are
talking about.
As far as I understood him, the original poster wanted to do the
parsing (that is, the reading and interpretation of bytes/chars) on
behalf of expat.
--Lars M.
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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe 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)
|