[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <david-b@pacbell.net>
- To: xml-dev@ic.ac.uk
- Date: Fri, 11 Jun 1999 14:12:32 -0700
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@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)
|