[Home] [By Thread] [By Date] [Recent Entries]
> <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/
|

Cart



