[Home] [By Thread] [By Date] [Recent Entries]
> That means each <view>-element can contain an undefined > number of other <view>s. What I want to know is whether the > parent of a <view> - if it is also the view - is the last one. By "the last one" I assume you mean that it has no following siblings? Then you want: <xsl:if test="parent::view[not(following-sibling::view)]"> Michael Kay Software AG home: Michael.H.Kay@xxxxxxxxxxxx work: Michael.Kay@xxxxxxxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



