Subject: RE: templates with modes.
From: Webmaster <Webmaster@xxxxxxxxxxx>
Date: Wed, 19 Jul 2006 13:51:41 -0500
|
Hmm. Thank you for confirming this. I'll look into this further. Then I'm
probably doing something really weird.
LN
> -----Original Message-----
> From: Colin Adams [mailto:colinpauladams@xxxxxxxxxxx]
> Sent: Wednesday, July 19, 2006 1:37 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: templates with modes.
>
>
>
>
> It certainly shouldn't!
>
> >From: Webmaster <Webmaster@xxxxxxxxxxx>
> >Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> >To: "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'"
> <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> >Subject: templates with modes.
> >Date: Wed, 19 Jul 2006 13:33:14 -0500
> >
> >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
> >
>
> _________________________________________________________________
> Windows Live(tm) Messenger has arrived. Click here to download
> it for free!
> http://imagine-msn.com/messenger/launch80/?locale=en-gb
|