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

Re: Elements just before/after the current one

Subject: Re: Elements just before/after the current one
From: Nicolas Pillot <nicolas.pillot@xxxxxxxxxx>
Date: Thu, 27 May 2004 14:50:11 -0400
nicolas pillot
Selon Nicolas Pillot <nicolas.pillot@xxxxxxxxxx>:

>   I have a problem, as you can guess. I am struggling to find the element
>   that is just before, and the element just after the current one.

 Well, i feel stupid now. I just spent time posting this question,
 and i found the answer by refining my search on google.

 Here is how it could be done :

 n-th previous element is preceding-sibling::*[n]
 so element just before current is preceding-sibling::*[1]
 n-th next element is following-sibling::*[n]
 so element just after current is following-sibling::*[1]

 Sorry for the inconvenience of these two posts.
 Nicolas

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.