RE: Sibling sort order

Subject: RE: Sibling sort order
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Tue, 4 Apr 2000 08:49:32 +0200
> > <xsl:value-of select="parent::*/*[position()=$pos]/attribute::f1"/> 
> > If I read this right it would be simpler to do
> > <xsl:value-of select="previous-sibling::*[1]/@f1"/>
> 
> Yes, you're right, but Microsoft haven't implemented the 
> previous-sibling
> axis yet, at least I don't think they have.

Actually, it's the preceding-sibling axis, not previous-sibling. But you're
right, Microsoft haven't implemented this axis yet.

Linda


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


Current Thread