xsl-list
[Top] [All Lists]

Re: Re:

2003-06-16 13:58:36
How are you passing the parameter to this template? Can you show the code.


Ritu Kama
Sarvega Inc
745, McLintock Dr
Burr Ridge
IL - 60527
----- Original Message ----- 
From: "Tim Bachta" <tbachta(_at_)kopent(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Monday, June 16, 2003 3:50 PM
Subject: RE: [xsl] Re: 


Tried that with no luck.

Tim Bachta
 

-----Original Message-----
From: J.Pietschmann [mailto:j3322ptm(_at_)yahoo(_dot_)de] 
Sent: Monday, June 16, 2003 3:38 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


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



<Prev in Thread] Current Thread [Next in Thread>