Generic XSLT stylesheet

Here should go questions about transforming XML with XSLT and FOP.
sheenanambiar
Posts: 1
Joined: Fri Dec 01, 2006 7:51 pm
Location: cochin
Contact:

Generic XSLT stylesheet

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
George Cristian Bina
Post Reply