0

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?

  • 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

1 Answers1

0

You could try Saxon. You need to install PL/Java first.

TavoloPerUno
  • 549
  • 2
  • 7