|
Subject: Re: [xsl] updating a param value for recursion [new problem arisen] From: RahilQ <qamar_rahil@xxxxxxxxxxx> Date: Thu, 21 Apr 2005 17:03:00 +0100 |
<Value ref="at1000">First</Value>> <Value ref="at2000">Second</Value>> <Value ref="at3000">Third</Value>
<xsl:template>
.....
<xsl:when --something-->
<xsl:call-template name="a"/>
....
</xsl:template><xsl:template name="b">
.....
<xsl:when --something-->
<Value> ....... </Value>
....
</xsl:template>Thanks Rahil
Oh great! Its working perfectly now.
Thanks a lot Rahil
David Carlisle wrote:
so when you call the template you need to pass a param of that name
<xsl:call-template name="atCodes">
<xsl:with-param name="intem" ^^^^ should be atStr
<!--Generates
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] updating a param value fo, RahilQ | Thread | RE: [xsl] updating a param value fo, Kirkham, Pete (UK) |
| Re: [xsl] Total number of pages wit, Jirka Kosek | Date | Re: [xsl] Total number of pages wit, JBryant |
| Month |