current-time()

Here should go questions about transforming XML with XSLT and FOP.
whyvez
Posts: 2
Joined: Fri Jan 07, 2011 8:30 pm

current-time()

Post 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!
whyvez
Posts: 2
Joined: Fri Jan 07, 2011 8:30 pm

Re: current-time()

Post by whyvez »

I got my answer from StackOverflow. Here's the link: http://stackoverflow.com/questions/4629 ... ed-in-xslt
Post Reply