http://exslt.org/dynamic problem

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Jagdish
Posts: 1
Joined: Wed Jul 20, 2005 1:59 pm

http://exslt.org/dynamic problem

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply