Re: [xsl] HTML Processor for XML XSL output

Subject: Re: [xsl] HTML Processor for XML XSL output
From: Daniel Veillard <daniel@xxxxxxxxxxxx>
Date: Sun, 18 May 2003 09:23:37 +0200
On Sun, May 18, 2003 at 07:43:59AM +0100, Steven Elliott wrote:
> Does there exist a tool that can do this preferrably with a Java interface?
> 
> I seem to find every other type of parser but none for HTML -> XML-XSL

  No java, but xsltproc has a --html option, where it use libxml2
HTML parser instead of the XML parser to parse the processor input.
This allows to process directly HTML without converting it to an
equivalent XML form.

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel@xxxxxxxxxxxx  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread