> -----Original Message-----
> From: ANIL B G [mailto:[EMAIL PROTECTED]
> Sent: 2. december 2002 19:56
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Need help:converting xml => fo => pdf

> What is the simplest way of converting file.xml => file.fo => file.pdf
> 
> Second part is straight forward, I just need to feed file.fo to FOP to
> generate file.pdf
> 
> Is there any simple way to convert file.xml to file.fo ??
> Is there any tool that does this job or do I need to write my own Java
> parser for converting file.xml to file.fo

Use XSL Transformation to transform your xml file to xsl-fo and run FOP
with this command:

fop.bat -xsl stylesheet.xsl -xml data.xml -pdf output.pdf

Check http://www.w3.org/TR/xslt and
http://www.xml.com/pub/a/2000/08/holman/index.html 


--
Morten Isaksen
[EMAIL PROTECTED] - http://www.aub.dk/~misak



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to