[Home] [By Thread] [By Date] [Recent Entries]
David Carlisle wrote:
Instead only the first A/Value term is being returned. Had a look at the post. Ok so as you stated earlier in another post each node is considered different even if it is named the same. So value-of recognises the first occurrence of A/Value and returns it. But what if I want all the . in <Value> nodes of a particular parent node to be returned. I know I can get all the A/Value with the following code <xsl:for-each select="$interim/A/Value">
<TestVal>Value text: <xsl:value-of select="."/></TestVal>
</xsl:for-each>Is there a one line code available to do the same thing? Thanks Rahil
|

Cart



