Re: [xsl] grouping + global variable (?) (was re: regexs,

Subject: Re: [xsl] grouping + global variable (?) (was re: regexs,
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Date: Fri, 13 Aug 2004 19:07:01 -0400
On Aug 13, 2004, at 6:46 PM, Wendell Piez wrote:

As for modes, this looks like it'll work, but you might want to consider making phase-1 and phase-2 apply all the way down their own template hierarchies, to prevent them from stepping on each other inadvertently.

So you mean to explicitly declare the mode on all the descendent templates; e.g.:


<xsl:template ... mode="phase-2">
    <xsl:apply-templates ... mode="phase-2"/>
</xsl:template>

... and so forth?

I hope this helps

Yup; thanks!


Bruce

Current Thread