RE: Sibling sort order

Subject: RE: Sibling sort order
From: Richard Bell <RichardBell@xxxxxxxxxxx>
Date: Mon, 3 Apr 2000 16:45:37 +0100
> <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.


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


Current Thread