Re: [xsl] Passing parameters using <xsl:apply-templates>

Subject: Re: [xsl] Passing parameters using <xsl:apply-templates>
From: Mark <charltonrainbird@xxxxxxxxxxxxxx>
Date: Sun, 17 Feb 2008 10:54:11 +0000
Thanks everyone.

I finally got this working when I realised I didn't have to set my
parameter inside <xsl:apply-templates> in a <xsl:template> element but
could do it inside my <xsl:for-each> instead.

Very useful knowledge for now and the future.

Cheers

Mark

Current Thread