xsl-list
[Top] [All Lists]

RE: Re: Remove Duplicates from Recursive Template Calls

2005-05-04 12:06:11

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

It seems more natural to me to write this as

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


Michael Kay
http://www.saxonica.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>
--~--