Hi,
The EXSLT dynamic extension functions are supported natively in Xalan. You
do not need to include any template from the EXSLT zip.
Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: [EMAIL PROTECTED]
Howard Savin
<[EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
mentum.com> cc:
Subject: EXSLT integration
04/16/2003 11:33
AM
I am using Xalan-J 2_4_1. I would like to use the EXSLT dynamic evaluate
function. My stylesheet starts with:
<xsl:stylesheet version="1.0" xmlns:xsl="
http://www.w3.org/1999/XSL/Transform" xmlns:xalan="
http://xml.apache.org/xalan"
xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn
xalan">
<xsl:import href="dyn.xsl"/>
The xsl:import fails with the error:
file:///D:/My Documents/...test.xsl; Line 4; Column 29; XSLT Error
(javax.xml.transform.TransformerConfigurationException):
javax.xml.transform.TransformerException: javax.xml.transform.Trans
formerException: Had IO Exception with stylesheet file: dyn.xsl
Is there additional setup required before EXSLT calls can be made? I do
not see any xsl files for dynamic functions in the EXSLT zip, including
dyn.xsl.
Thanks,
Howard Savin