This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: XML + XSL(T) = PDF, HTML etc


Yes its possible so as long as your xsl file contains Formatting Objects
(FO), you will need this namespace <fo:root
xmlns:fo="http://www.w3.org/1999/XSL/Format";>. Also, you will have to learn
how to format a page. Get a book on XSL-FO.

You can pass a file to fop.bat and the file would be converted to a PDF file
so as long as the file contains FO tags e.g 
<fo:layout-master-set> xxxxxxx </fo:layout-master-set>.

I have done this differntly in the past by building a string which is then
saved as file.fo and passed to fop.bat with the help of a vb component that
calls fop.bat without using xsl. But it was slow.

Goodluck

-----Original Message-----
From: Mark Adams [mailto:mark.adams@impress.co.za]
Sent: 24 May 2002 12:32
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] XML + XSL(T) = PDF, HTML etc


Hello everyone.

I,ve never used xml or xsl. I need to generate diffarent types of documents
from a single source (xml). What is my best bet at learning the path to do
this.

Tuts etc. What are the particular xml related technologies that need to be
used?

Is it possible to simply place xml with a related xsl file put it trough
xslt(xalan), and then use fop.jar(from apache)?

Anything to get me started.

Kind Regards,
Mark.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]