Page 1 of 1

http://exslt.org/dynamic problem

Posted: Wed Jul 20, 2005 2:04 pm
by Jagdish
Hi,
I have just updated to version 6.1. In the previous version i was using
xmlns:dyn="http://exslt.org/dynamic" in my stylesheet. However when i try to run this with my xml file in version 6.1 it is bringing an error message saying, that it does not exist and can not identify the external java class. What is the xslt processor that we should be using?

Please can you advise what we should do,as we have bought many licences.

Thanks
Jagdish

Posted: Wed Jul 20, 2005 5:22 pm
by george
Hi Jagdish,

That error message appears if you run the transformation with Saxon 6.5. Try using Xalan, that should work. Saxon has an equivalent funtion, saxon:evaluate, see
http://saxon.sourceforge.net/saxon6.5.4 ... l#evaluate

Best Regards,
George