2 messages in com.mulberrytech.lists.xsl-listRe: [xsl] Easy way to convert XSL/HTM...
FromSent OnAttachments
Buehl, ReinerJul 21, 2004 1:09 am 
G. Ken HolmanJul 21, 2004 4:12 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [xsl] Easy way to convert XSL/HTML to XSL-FO?Actions
From:G. Ken Holman (gkho@CraneSoftwrights.com)
Date:Jul 21, 2004 4:12:05 am
List:com.mulberrytech.lists.xsl-list

At 2004-07-21 10:09 +0200, Buehl, Reiner wrote: I have a set of XSL style sheets that use HTML markup to create HTML pages. Now I would like to add PDF output capabilities. This requires a rewrite of the style sheets in XSL-FO since I will use Apache Cocoon and fo2pdf. Is there an easy way to convert the (simple) HTML code into XSL-FO? A converter or search-and-replace tool? If you use a tool like Tidy to go to XHTML, then you can get XSL-FO using the html2fo.xsl stylesheet from Antenna House.

http://tidy.sourceforge.net/ http://www.antennahouse.com/XSLsample/XSLsample.htm#xhtml2fo I hope this helps.

......................... Ken