xsl-list
[Top] [All Lists]

RE: [xsl] templates with modes.

2006-07-19 13:15:56
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(_at_)hotmail(_dot_)com]
Sent: Wednesday, July 19, 2006 1:37 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] templates with modes.




It certainly shouldn't!

From: Webmaster <Webmaster(_at_)comtrol(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: "'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'" 
<xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject: [xsl] 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[(_at_)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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


_________________________________________________________________
Windows Live(tm) Messenger has arrived. Click here to download 
it for free! 
http://imagine-msn.com/messenger/launch80/?locale=en-gb


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>