Page 1 of 1

Generic XSLT stylesheet

Posted: Fri Dec 01, 2006 8:00 pm
by sheenanambiar
Hi,

I want to convert a xml string to FO tag by applying XSLT stylesheet so that i can generate a pdf. My xml string contains special characters like &nbsp; < gt; etc.
So can anyone give me a generic XSLT stylesheet for implementing this?

I am using Transformer class for applying stylesheet.

Thanks & Regards,

Sheena

Posted: Fri Dec 01, 2006 10:22 pm
by george
Dear Sheena,

There is no such stylesheet. You need to know FO first, define clearly what FO you want obtain from your input files and then write an XSLT stylesheet to do that transformation.

Best Regards,
George