I have a requirement to use XSLT 2 for processing XML and convert them to XSL FO for printing downloadable catalogs. I use libxslt and this supports only XSLT 2. Googling for XSLT 2 processors did not provide any open source version for trial. Any suggestions?
Asked
Active
Viewed 355 times
0
-
And how is this related to Postgres? Do you want to do the XSLT through SQL functions? – Apr 10 '15 at 09:25
-
Yes. The XSLT requests will fire from website through a DB function. I look for something like libxslt on Postgres which supports XSLT 2. – ravindra Apr 10 '15 at 09:31