xsl-list
[Top] [All Lists]

Re: [xsl] templates with modes.

2006-07-19 13:09:06
Most probably you get the <xsl:template match="spec"> template activated from the built in templates. You may add them to your stylesheet so you can more easily trace the templates activation. It is a good idea also to get a cut down but complete sample XML/XSL and post that together with your actual and expected results.

Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

Webmaster wrote:
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>
--~--


--~------------------------------------------------------------------
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>