This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: time from server to document


u may inject the date/time via a param and have corresponding xsl:param in
your xslt ( look up how to for your specific xslt processor, must of them
expose api to handle this programmatically )

u may use or author an extension function, whereby u bind this extension to
a namespace, once again this is specific to xalan documentation.

u may use possibly use  EXSLT ( www.exslt.org ) function for this.

cheers, jim fuller

----- Original Message -----
From: "Jarkko Moilanen" <Jarkko.Moilanen@uta.fi>
To: <xsl-list@lists.mulberrytech.com>
Sent: Tuesday, March 26, 2002 11:58 AM
Subject: RE: [xsl] time from server to document


>
> >
> > > I want to get the date and time to xml document with xsl.
> > > The result file is generated from xml and xsl file using Xalan.
>
> In c++ I can get the environment data by string getenv and so I can
> get the date and time. Any similar possibilities in xsl /Xalan C?
>
> *******************************************************************
> Jarkko Moilanen         You are wise, witty, and wonderful,
> Research/ ITCM          but you spend too much time
> jarkko.moilanen@uta.fi  reading this sort of trash.
> www.uta.fi/~jm60697
> GSM: +358 50 3766 927
> *******************************************************************
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]