Identify which XSLT Processor is being used on iSeries for WAMs
Date: | July 2005 |
---|---|
Product/Release: | LANSA for the Web V11/WAMs |
Abstract: | On iSeries determine XSLT processor is in use for WAMs |
Submitted By: | LANSA Technical Support |
There may be a need or it may be useful to be able to identify which XSLT processor is being used in your WAM applications. To determine this, in your XSLT stylesheet, add the following:
<table> <tr> <td>XSLT Processor:</td> <td><xsl:value-of select="system-property('xsl:vendor')" /></td> </tr> </table>
iSeries:
On the iSeries, if you have a joblog of the LWEB_JOB, to see which XSLT processor ran, refer to the message for the PASE startup:
- ILE XSL4C = No message
- Apache Xalan = PASE started (no bit mode details in 2nd level message). This applies to V11.0 GA.
- libxslt = PASE started in 32-bit mode
- Apache Xalan = PASE started in 64-bit mode