[Home] [By Thread] [By Date] [Recent Entries]

  • From: John Cowan <jcowan@r...>
  • To: mr_gopinath@y..., "xml-dev@x..." <xml-dev@x...>
  • 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@r...>
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@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member