[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] position() and last() problem


Subject: RE: [xsl] position() and last() problem
From: jfi@xxxxxxxxxxxxxxxx
Date: Wed, 8 Jan 2003 17:59:04 +0100


David and Andrew,

Andrew suggested:
>Would
>
> <xsl:if test="parent::view and
>not(parent::view/following-sibling::view)">
>
>be what you are after?

David suggested:
>test="parent::*/following-sibling::*"

your quick responsed saved my day! What I needed was
<xsl:if test="parent::*/following-sibling::con:view">.

Thank you very much for the quick answers!

Julia





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



Current Thread