xsl-list
[Top] [All Lists]

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

2006-12-15 11:05:27
Opps, thanks!  Never again will I post data that is THAT generic;)

On 12/15/06, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:

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>
--~--




--
Miltonstreet Photography
http://www.miltonstreet.com

--~------------------------------------------------------------------
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>
--~--