Subject: RE: HTML Processor for XML XSL output
From: "Conal Tuohy" <conalt@xxxxxxxxxxxxxxx>
Date: Sun, 18 May 2003 19:05:44 +1200
|
Steven Elliott wrote:
> I am searching for a solution to process HTML/XHTML into FOP
> compliant XML -
> XSL documents. The two solutions provided in the Resources
> section of the
> FOP documentation, html2fo and wh2fo, seem to partially fulfill this
> requirement but fail more often than not. Also they seem
> rather inflexible
> by not supporting any of the DTD types or CSS types. For instance you
> cannot parse the HTML specifying the DOCTYPE (e.g. 4.0.1
> Transitional).
Try using JTidy to convert the HTML to XHTML, then you can use html2fo.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|