RE: [xsl] Is a node a first/last child?

Subject: RE: [xsl] Is a node a first/last child?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 26 Jul 2001 10:44:04 +0100
> I need to know if the current node is the first or the last 
> child of his parent.

xsl:if test="preceding-sibling::node()"
xsl:if test="following-sibling::node()"

Mike Kay
Software AG 

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


Current Thread