[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: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 May 2004 14:53:51 -0400
before afte
At 2004-05-27 14:40 -0400, Nicolas Pillot wrote:
  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.

  What i am doing now for the element after the current one is :
     following-sibling::*[position() = 1]
  And this seems to work.

Yes, and for the immediately-preceding element it would be:


preceding-sibling::*[1]

Remember that axes are proximity-ordered at the step level, such that counting begins with the closest node and increases as you walk away from the node.

Note that complete paths are always accessed by XSLT in document order, so when you have more than one preceding sibling element you will have a difference between:

preceding-sibling::*[1]

and

(preceding-sibling::*)[1]

returning, respectively, the closest and furthest preceding sibling element.

I hope this helps.

............................ Ken

--
Public courses: Spring 2004 world tour of hands-on XSL instruction
Next: 3-day XSLT/XPath; 2-day XSL-FO - Birmingham, UK June 14,2004

World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

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.