Subject:EXSLT extensions in Stylusstudio Author:Mike Hall Date:11 Dec 2007 12:21 PM
Hi,
I am trying to debeg my xslt, that uses EXSLT extensions. I am using EXSLT function, parse-date(). I have Stylusstudio 2008 Enterprise Edition and using XSLT processor Saxon 9.0.0.2.
I have added namespace like this
when I debug, I am getting this error,
Error: on line 229 of file:///c:/Mike/PROJEC~1/AETC/XML/TESTIN~3.XSL: Cannot find a matching 2-argument function named {http://exslt.org/dates-and-times}parse-date().
Please advise do I need to change anything in my setup,
Subject:EXSLT extensions in Stylusstudio Author:Mike Hall Date:11 Dec 2007 04:24 PM Originally Posted: 11 Dec 2007 02:22 PM
Thanks for your response,
Can you please suggest alternative to parse-date() function.
I have big xslt and need to debug what's happening inside. I can replace parse-date() with some other function and continue to debug. There are few parse-date() functions, I can replace them.
Please suggest alternate function or how can I do that,