I am finding trouble in retrieving the current date in my XSLT code. I am using version 1.0 and MSXSL.exe application to trigger my xslt code.
I tried using the following
If your processor supports it, you can use the date-time() EXSLT extension function. Otherwise
you will have to pass the date as a parameter to the stylesheet during runtime, or get it from a web service.