Subject:xsl:fo Author:Vasileios Giannakopoulos Date:25 Nov 2006 09:55 AM
Hello,
i would like to ask a question which many people will think very stupid, and they may be right. But you can calculate me as a stupid too because i really don't know how to do it.
I have read lots and lots of xsl:fo tutorials and see examples and i still have that stupid question.
Every tutorial says how to create a xsl:fo file but no one says how to use it. For example, when i was reading the xslt tutorial, it said that in order to work, you need to go to the xml file and put <?xml-stylesheet type="text/xsl" href="****.xslt"?>
So if i have an xslfo document, how do i use it? am i going to xml and put something? am i going to xslt and put something?
Please explain to me as clear as possible!!!
Thank you a lot
Subject:xsl:fo Author:Tony Lavinio Date:27 Nov 2006 12:51 AM
An XSLFO document needs an XSLFO renderer to turn it into something
usable. This is called post-processing. The XSLFO is an intermediate
step - typically it is rendered as a PDF.