You are missing the point. FOP converts a xsl:fo to PDF. Additionally, you can 
create a xsl stylesheet that will take the XML you provided, and convert it to 
xsl:fo, which then can be convertes to a PDF. In that sense, the stylesheet 
works as a template of your document: The xslt takes the xml(data), transform 
it using the xsl(template) and generate a xsl:fo, which can be convertes to 
Pdf.  But the conversion from xml to xsl:fo is up to you, since it dependes on 
what and how do you want to compose the Pdf
jl
Sent from my iPad

On Oct 10, 2012, at 8:05 PM, nels <nbhc...@gmail.com> wrote:

> Hi Maruan,
> 
> So I was using the wrong converter (CSS2XSL). Do you know of any converters
> that will do the XML to XSL-FO conversion for me?
> 
> Thank you.
> 
> 
> 
> -----
> just starting out with FOP - don't hurt me!
> --
> View this message in context: 
> http://apache-fop.1065347.n5.nabble.com/XML-to-PDF-on-AIX-tp37006p37012.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to