Can the current date be inserted into output through XSLT v1.0
Posted
by Randy
on Stack Overflow
See other posts from Stack Overflow
or by Randy
Published on 2010-05-11T20:01:28Z
Indexed on
2010/05/11
20:04 UTC
Read the original article
Hit count: 200
I have an incoming data stream that is being converted with XSLT v1.0 that incoming data does not contain any date information. what i would like, is a nice way of getting the current date to become part of the resulting output stream.
I am aware of the 2.0 current-date() type functions - unfortunately those are not available to this environment...
any thoughts/hacks/alternatives?
tia
© Stack Overflow or respective owner