Le lun 06/09/2004 C 09:36, BraumC<ller, Hans a C)crit :
> 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
|