Subject: Re: [xsl] Passing parameters using <xsl:apply-templates> From: Eliot Kimber <ekimber@xxxxxxxxxxxx> Date: Sat, 16 Feb 2008 04:53:56 -0600 |
Everything I can find on this I understand to tell me that I need to pass the parameter through each element level of the processed xml data otherwise that parameter passes no further than the last element level it is set at. I am attempting this by setting the parameter *intrefNow* in every template which I believe is therefore required.
<xsl:template match="docinc"> <xsl:apply-templates> <xsl:with-param name="docuri" select="@href" tunneling="yes"/> </xsl:apply-templates> </xsl:template>
<xsl:template match="some-element-that-cares"> <xsl:param name="docuri" tunneling="yes"/> </xsl:template>
-- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] Passing parameters using , Wei, Alice J. | Thread | Re: [xsl] Passing parameters using , Colin Paul Adams |
RE: [xsl] Passing parameters using , Wei, Alice J. | Date | Re: [xsl] Passing parameters using , Colin Paul Adams |
Month |