Subject: problem with id() function
From: "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx>
Date: Tue, 31 May 2005 00:19:26 -0700 (PDT)
|
Hello,
Can anybody please suggest me why id() function
is not working.
<xsl:for-each select="id(connection/@pinref)">
<xsl:value-of
select="../@name"/>:
<xsl:value-of select="@name"/>
</xsl:for-each>
Note: connection/@pinref returns set of node set.
regards,
Ranjan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|