RE: sort

Subject: RE: sort
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 7 Aug 2000 10:16:46 +0100
> <!-- now convert that to a node-set and step through it -->
> 
>      <xsl:for-each select="xt:node-set($fns)">*
>        <xsl:value-of select="child::*/text()"/> <br />
>      </xsl:for-each>
>    </xsl:template>
> 
> this is giving me zilch output

The node-set() function returns a node-set containing a single node, the
root of the result tree fragment. You want to select the children of this
node.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • RE: sort
    • Kay Michael - Mon, 7 Aug 2000 10:16:46 +0100 <=