Page 1 of 1

current-time()

Posted: Fri Jan 07, 2011 8:35 pm
by whyvez
For some reason the current-time() function is not working for me. I am using the latest Java release and using xalan as the processor. If i don't include the xpath namespace in the root node it says it cannot find the function. If i do include the namespace and append it to the function it complaint of: Instance method call to method current-time requires an Object instance as first argument. Any idea of what i might be doing wrong. thank you!

Re: current-time()

Posted: Tue Jan 11, 2011 7:32 pm
by whyvez
I got my answer from StackOverflow. Here's the link: http://stackoverflow.com/questions/4629 ... ed-in-xslt