[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Sibling sort order

Subject: Re: Sibling sort order
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 3 Apr 2000 14:24:27 +0100 (BST)
Re: Sibling sort order
> Sadly, for my puposes this does not help

Join the club:-)

so you have to use xt: (or saxon:) node-set() extension function

then you can use xt:node-set($y) to be a node set into which you can
query. (you can do grouping without recourse to extensions, and you'll
find examples in the archives, but given an extension it's so much
easier (its even easier if you use saxon's grouping extension but that
just takes away all the fun.)

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

David


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.