XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
gemini mosesSubject: How can I get sysdate using XSL?
Author: gemini moses
Date: 26 Jan 2005 11:48 AM
My XML file 1 have one tag blank.
Using XSL file I wan to add sysdate to this tag.
If and how can I do this?
Is there any function to get current date?

Please help!
Thanks!

Postnext
Ivan PedruzziSubject: How can I get sysdate using XSL?
Author: Ivan Pedruzzi
Date: 26 Jan 2005 12:33 PM

The pure XSLT solution is to add a global parameter to your
transformation and pass the date when executing.

A differen approach could be using an extension function, but the call style
is different between implementations.

In the examples project look under the javaExtesion folder

Ivan


Postnext
gemini mosesSubject: How can I get sysdate using XSL?
Author: gemini moses
Date: 27 Jan 2005 11:20 AM
Thanks for your response.
I am a newbie in XSL /XML.
Can you please tell me how do I add global parameter to XSL?

Thanks!

Posttop
Ivan PedruzziSubject: How can I get sysdate using XSL?
Author: Ivan Pedruzzi
Date: 27 Jan 2005 01:24 PM
Here is an example

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:IntDate="IntDate" version="1.0">
<xsl:param name="date" select="'default value'"/>

<xsl:template match="/">
<xsl:value-of select="$date"/>
</xsl:template>

</xsl:stylesheet>

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.