[
Lists Home |
Date Index |
Thread Index
]
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@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
- References:
- HTML parser
- From: "Alexey N. Shananin" <shananin@park.ru>
|