PDA

View Full Version : XSLT 2.0 perl processor or work-around solution?


Clogs
05-25-2007, 10:45 AM
Hi folks,

I'm new here, so forgive me for jumping straight in with a problem.

I'm developing an application that uses perl to generate xml from a database, which I am then transforming to various outputs using XSLT. Currently I am working on the XHTML transformation. I am using the xslt2.0 function doc-available() to generate a menu system dependant on whether a linked document exists or not. This works fine when manually running my XML source through the SAXON8B parser at home. However, I'd like to be able to do this on-the-fly within perl. Do any of you know of any perl modules that utilise a xslt 2.0 processor, or can suggest another way of checking a documents existance in order to generate links that would work in xslt1.0 (for which there seems to be plenty of perl options).

Thanks :)