RE: [xsl] CONVERT XSLT (HTML > XSL-FO)

Subject: RE: [xsl] CONVERT XSLT (HTML > XSL-FO)
From: "SANWAL, ABHISHEK (HP-Houston)" <abhishek.sanwal@xxxxxx>
Date: Wed, 8 Sep 2004 00:33:33 -0500
True. But I tried doing the same a while back and realized that FO has its own
little quirks that need to be understood if you are to produce reliable
output.

Mixing or auto converting is purely painful and I believe you should look up

Doug Tidwells - HTML to Formatting Objects (FO) conversion guide
http://www-106.ibm.com/developerworks/library/x-xslfo2app/

It helped me a lot :)
____________________________________________________________

Abhishek Sanwal
HP - Houston Campus
............................................................................

-----Original Message-----
From: Nicolas Mazziotta [mailto:nicolas.mazziotta@xxxxxxxxx]
Sent: Monday, September 06, 2004 2:57 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] CONVERT XSLT (HTML > XSL-FO)

Le lun 06/09/2004 ` 09:36, Braum|ller, Hans a icrit :
> My question is, if there are some tool, to transform the xslt-stylesheets
which are outputting HTML to a set which shall output pdf by xsl-fo,
> like converting all specific tags for html to formatting objects routines,
for example
>
> <body> to <fo:region-body/>
>
Hi,

Since xslt-stylesheets are valid xml, it is possible to transform them
with another xslt-stylesheet (use of <xsl:copy-of/> can help to keep
elements from xsl namespace intact).

Hope it helps.

--
Nicolas Mazziotta

Current Thread