[
Lists Home |
Date Index |
Thread Index
]
- From: John Cowan <jcowan@reutershealth.com>
- To: mr_gopinath@yahoo.com, "xml-dev@xml.org" <xml-dev@xml.org>
- Date: Wed, 28 Jun 2000 14:20:06 -0400
Gopinath wrote:
> Thanks for ur kind reply. Let me put the question other way.
> How to convert the HTML tag <table border> .... </table> to XHTML
> format <table border="yes">...</table> using SAX events??
In order to do this properly, you need an HTML parser that fires SAX events.
You can create such a thing by using JTidy and DOMParser. JTidy is a
Java version of Tidy (http://www.w3.org/People/Raggett/Tidy) and can be
reached from the Tidy home page. It exposes a DOM interface.
DOMParser (http://www.ccil.org/~cowan/XML) can walk a DOM and fire
SAX events.
Using a random XML parser and expecting to read HTML probably won't get you
very far.
--
Schlingt dreifach einen Kreis um dies! || John Cowan <jcowan@reutershealth.com>
Schliesst euer Aug vor heiliger Schau, || http://www.reutershealth.com
Denn er genoss vom Honig-Tau, || http://www.ccil.org/~cowan
Und trank die Milch vom Paradies. -- Coleridge (tr. Politzer)
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|