[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Re:


Subject: RE: [xsl] Re:
From: "Tim Bachta" <tbachta@xxxxxxxxxx>
Date: Mon, 16 Jun 2003 15:50:12 -0500

Tried that with no luck.

Tim Bachta
 

-----Original Message-----
From: J.Pietschmann [mailto:j3322ptm@xxxxxxxx] 
Sent: Monday, June 16, 2003 3:38 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Re: 

Tim Bachta wrote:

> I am trying to pass a xsl:param into an template how would I get the
> parameter value out to use.  I have attached my xsl for reference.
...
> <xsl:template match="BeginEndDate">
> <xsl:param name="report_name"></xsl:param>
...
>                     <span class="butBlue" id="taskStartDate"
> returnId="startDate{normalize-space(report_name)}"
> onclick="tdDateCalendar()"><----Here is where I want to use variable

Try
   returnId="startDate{normalize-space($report_name)}"

J.Pietschmann



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


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



Current Thread
  • RE: [xsl] Re:
    • Tim Bachta - Mon, 16 Jun 2003 15:50:12 -0500 <=
      • Ritu - Mon, 16 Jun 2003 15:58:36 -0500
      • J.Pietschmann - Mon, 16 Jun 2003 23:09:51 +0200
Keywords
xsl