xsl-list
[Top] [All Lists]

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

2006-12-15 10:52:40

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--