[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: Re: Remove Duplicates from Recursive Template Calls
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 4 May 2005 20:06:11 +0100
>       <xsl:for-each select="//component/@id[.=$idRef]/..">

It seems more natural to me to write this as

        <xsl:for-each select="//component[@id=$idRef]">


Michael Kay
http://www.saxonica.com/

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member