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]

RE: XSL and Date


Xiacom,

I tried that, but I'm getting error saying that, there is no named template
called PrintDate.
I tried this simpe thing too

<xsl:template name="test">
<html>
<h1> Supp </h1>
</html>
</xsl:template>


<xsl:call-template name="test" />


And I'm getting the same error, am I missing something, please let me know..

thanks,
Sri

-----Original Message-----
From: Xiaocun Xu [mailto:xiaocunxu@yahoo.com]
Sent: Thursday, May 31, 2001 2:10 PM
To: xsl-list@lists.mulberrytech.com
Cc: vbxml@yahoogroups.com
Subject: Re: [xsl] XSL and Date


Hi, Sridhara:

  This is strictly a VBScript question.  I haven't
done VBScript in a long time, but I assume something
like this will do it.
<xsl:template name="PrintDate">
<SCRIPT language="VBScript">
  Document.Write FormatDateTime(Date, 1)
</SCRIPT>
</xsl:template>
Just call the following where you need it:
<xsl:call-template name="PrintDate" />

Xiaocun

--- "Gutti, Sridhara" <sgutti@ingr.com> wrote:
> Guys,
> It could be a trivial for you, I'm doing this report
> and I need to put the
> current date on the report, I'm not exactly sure how
> to do it..Can you guys
> if you dont mind give me a sample?
> I need to use VBSCript in XSL so that each time I
> create this report using
> XML & XSL the current date shoud be shown ..
> 
> 
> 
> thanks, 
> ~sri
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

 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]