xsl-list
[Top] [All Lists]

find out if my parent is the last sibling

2004-08-28 13:12:08
hi,

I appreciate a lot all the help I receive in this group! And wonder if
somebody could give me a hint on this one:

consider a structure

parent
   child
   child
parent
   child
   child
   child

for the child it is easy to find out if it is the last in the row, 
<xsl:if test="position()=last()">*</xsl:if>
but how can a child know this about it's parent?

thanks!

-- 
Jan Limpens
http://www.limpens.com


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