Re: [xml-dev] HTML parser
by Daniel Veillard other posts by this author
Mar 5 2002 12:49AM messages near this date
Re: [xml-dev] HTML parser
|
Re: [xml-dev] HTML parser
On Mon, Mar 04, 2002 at 08:24:13PM +0300, Alexey N. Shananin wrote:
> Hi!
> I'm looking for a parser for HTML.
> I know that XML parsers can't correctly handle HTML tags because of theese
> tags might be unclosed( I mean <br> tag, but not <br/> or for example...).
> I heared about XHTML standart. It's supported by XML parsers, as far as I
> know(Xerses, for example).
> Are there any transformation API's to convert HTML->XHTML or is where any
> _FREE_ HTML parser?
libxml has an HTML parser as part of its input sources, it generates
DOM or SAX compatble with the other parts of the processing toolchain
(I'm persmally using HTML -> XSLT -> HTML to build and maintain its
web site at http://xmlsoft.org/)
The licence is the MIT Licence.
Daniel
--
Daniel Veillard | Red Hat Network https://rhn.redhat.com/
veillard@[...].com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
Thread:
Alexey N. Shananin
Bjoern Hoehrmann
Daniel Veillard
|