[
Lists Home |
Date Index |
Thread Index
]
- From: John Cowan <cowan@locke.ccil.org>
- To: Mark Cheek <mcheek@NetVendor.com>, XML Dev <xml-dev@ic.ac.uk>
- Date: Tue, 18 May 1999 16:00:23 -0400
Mark Cheek wrote:
> our questions: is SAX supposed to be a plug-in API for this
> purpose.. or, should we be using one of the Sun or IBM products?
SAX is a parser API, not a parser. Most parsers supply this API.
Unless you need a tree model of the document, you can write your
code around the SAX API and then plug in any parser you want,
such as Sun's, IBM's, Aelfred (www.microstar.com), XP (www.jclark.com)
or whatever.
Some parsers such as Sun's and IBM's also provide the DOM API, which
is tree-based, if that's more useful to your application.
--
John Cowan http://www.ccil.org/~cowan cowan@ccil.org
You tollerday donsk? N. You tolkatiff scowegian? Nn.
You spigotty anglease? Nnn. You phonio saxo? Nnnn.
Clear all so! 'Tis a Jute.... (Finnegans Wake 16.5)
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 (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)
- References:
- XML chaos
- From: Mark Cheek <mcheek@NetVendor.com>
|