10 Nov
2004
10 Nov
'04
12:35 p.m.
Hi there, In XSLT there is an XPath function that will let you select a particular node in the current context, for example; <xsl:value-of select="team[1] "/> in Michael Kay's article http://www-106.ibm.com/developerworks/xml/library/x-xslt/?article=xr This selects the first team element in the current context. Is there a work around to get similar functionality from the HaXml library? Many Thanks Tom Spencer