This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Sibling sort order


> <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]