Subject: RE: templates with modes.
From: Webmaster <Webmaster@xxxxxxxxxxx>
Date: Wed, 19 Jul 2006 14:53:11 -0500
|
The modeless template was called elsewhere, much further sooner than I was
expecting. Thanks all!
LN
> -----Original Message-----
> From: cknell@xxxxxxxxxx [mailto:cknell@xxxxxxxxxx]
> Sent: Wednesday, July 19, 2006 1:45 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: templates with modes.
>
>
> The most likely answer is that the modeless template is being
> called elsewhere in your stylesheet, possibly indirectly. If
> your stylesheet isn't huge, you may want to post that for our
> inspection.
> --
> Charles Knell
> cknell@xxxxxxxxxx - email
>
>
>
> -----Original Message-----
> From: Webmaster <Webmaster@xxxxxxxxxxx>
> Sent: Wed, 19 Jul 2006 13:33:14 -0500
> To: "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'"
> <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Subject: templates with modes.
>
> Hi.
>
> If I have two templates:
>
> <xsl:template match="spec">
>
> and
>
> <xsl:template match="spec" mode="valueonly">
>
> and I call
>
> <xsl:apply-templates select="spec[@partnumber=9300185]"
> mode="valueonly" />
>
>
> Does it call both the non-mode and the specified mode
> templates???? I put
> debug statements in both templates, and it appears that it
> does. !! How can
> I avoid this?
>
> Thanks!
> LN
|