Re: Converting HTML to well formed XML

Don Park (donpark@quake.net)
Tue, 10 Nov 1998 18:42:04 -0800


>Unfortunately, no one yet (so far as I know) has created
>a friendly one-step legacy HTML->well-formed XML
>syntax HTML converter. That's a nice opportunity there for
>some publicity, if not necessarily $$$...

Docuverse HTML SDK can be used to build such a converter easily. What it
contains is a SAX parser interface to Swing's HTML parser which means you
can use your XML tools on HTML documents.

However, Swing's HTML parser has mishandles unknown tags so it is not a
perfect solution.

You can find HTML SDK at http://www.docuverse.com/htmlsdk

Best,

Don Park
Docuverse