Wish lists for the Holidays

David Brownell david-b at pacbell.net
Tue Dec 28 21:41:24 GMT 1999


Francis Norton wrote:
> 
> [1] tools to bring real-life HTML into XML, so it can be manipulated via
> DOM and SAX.

Like the utilities at http://home.pacbell.net/david-b/xml/ perhaps?

The focus there is HTML --> XHTML.  Since it's built on top of
the HTML parser in Swing, it's got a few glitches ... but it's
hooked up to an XHTML validator so you can find those easily,
and newer versions of Swing have fixed some of them.  And if you
want, the "jTidy" HTML parser should work too.

If you get both the utilities package and the DOM (L2.latest)
stuff, you've got most of the tools you'll need.

New, and still with some rough edges, is an XML validator that
is driven using SAX2 callbacks ... that is, it's a clean layer,
can work with anything that produces SAX2 events (including the
declaration callbacks).  Does pretty well except for the stuff
that requires layering violations (see the javadoc).  That is
hooked up to the conformance-enhanced AElfred in that package.

I think it gets confused about the "table" model in XHTML, but
that'll get fixed.

- 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 unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe 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