[
Lists Home |
Date Index |
Thread Index
]
- From: <david@megginson.com>
- To: "XML Developers' List" <xml-dev@ic.ac.uk>
- Date: Tue, 13 Oct 1998 14:42:20 -0400 (EDT)
RJA@dip.co.uk writes:
> I'm currently looking into SAX and was wondering if anybody had any
> C++ or IDL definitions for SAX I could have ?
Various people have offered to work on them, but none has yet
appeared. It should be simple to build a fairly-good SAX driver on
top of EXPAT.
> On a slightly different note, are there are better alternatives to
> SAX for a simple event based API ?
There may well be technically-superior event-based APIs for your
particular work; the greatest advantage of SAX is simply that it's
widely implemented, and thus benefits from the basic law of networking
(the usefulness of a network is the square of its number of users).
That said, the advantage does not yet extend to C++, since I know of
no SAX implementations there.
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.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)
|