kvnmck18 Posted February 7, 2007 Share Posted February 7, 2007 Is there any functions for date/time that work for XSLT 1.0? Link to comment Share on other sites More sharing options...
boen_robot Posted February 8, 2007 Share Posted February 8, 2007 In XSLT 1.0 that's only EXSLT's Dates and Times functions. In XSLT 2.0, there are also standart functions, but I doubht you have an XSLT 2 processor at your disposal. Btw, if you're allowed to use the system() function of PHP and can actually really execute programs, you can use any XSLT 2.0 processor that has a CLI like Saxon or AltovaXML2007. Link to comment Share on other sites More sharing options...
kvnmck18 Posted February 8, 2007 Author Share Posted February 8, 2007 hmm that seems ugly. I think I'm going to create date and then just pass it through PHP into the XSLT Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now