xsl-list
[Top] [All Lists]

RE: position() and last() problem

2003-01-08 09:59:04


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



<Prev in Thread] Current Thread [Next in Thread>