Re: [xsl] How to take a node set and convert it into a table view

Subject: Re: [xsl] How to take a node set and convert it into a table view
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 15 Dec 2006 17:52:25 GMT
The example you ouriginally posted had elements called node, so I
selected them

         <xsl:for-each select=".|following-sibling::node[position() &lt;
         5]">

Youve changed the element names to detailNVP so you need to change the
xpath to match.

David

Current Thread