Two more SAX2 (0601) Parsers
David Brownell
david-b at pacbell.net
Fri Jun 11 23:10:19 BST 1999
Have a look at
http://home.pacbell.net/david-b/xml/
You can download adapters that put SAX2 interfaces onto Sun's "Project X"
parsers (current release: TR2) and the Swing HTML parser.
This release can be used with only the addition of the TR2 release; it
includes classes and javadoc, as well as the full sources (not like they're
that huge, though).
SAX2 "Feature" list:
true, false validation
true external-{general,parameter}-entities
true use-locator
false namespaces, normalize-text
The XML parser supports both the "DeclHandler" and "LexicalHandler" from
the SAX2 draft. The only known caveats there: you won't see paramter
entities exposed, or expansions of general entities from attribute values.
The license is a modified QPL (Open Source).
- Dave
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list