xsl-list
[Top] [All Lists]

RE: CONVERT XSLT (HTML > XSL-FO)

2004-09-07 22:33:33
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(_dot_)mazziotta(_at_)ulg(_dot_)ac(_dot_)be] 
Sent: Monday, September 06, 2004 2:57 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] CONVERT XSLT (HTML > XSL-FO)

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



--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--



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