xsl-list
[Top] [All Lists]

Re: CONVERT XSLT (HTML > XSL-FO)

2004-09-06 00:57:21
Le lun 06/09/2004 à 09:36, Braumüller, Hans a é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




<Prev in Thread] Current Thread [Next in Thread>