[
Lists Home |
Date Index |
Thread Index
]
- From: Steinar Bang <sb@metis.no>
- To: xml-dev@ic.ac.uk
- Date: 22 Oct 1999 10:39:36 +0200
>>>>> Steinar Bang <sb@metis.no>:
> Looking at two existing C++ SAX implementations, based on the Java
> interface,
> http://www.jezuk.demon.co.uk/SAX/
> http://www.cgocable.net/~mlepage/minion/doc/
> I note that Parser gets its input from InputSource or SystemId.
> It looks to me that Parser and InputSource are meant for the Parser to
> request data from. This is a little wrong from a network point of
> view, where you'd like to parse data as they arrive.
> Is there support within SAX (the Java one) for a request/response
> model, similar to the one used by libwww, where a file is requested,
> and the data is pushed onto a "stream" object as they arrive?
The best abstraction would maybe be to make the SAX Parser class
inherit from ostream?
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)
|