|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Immediacy of preceding-siblings
Matthew Bentley wrote: > > Does "preceding-sibling::*[1]" select the immediately preceding sibling, or > would that be "preceding-sibling::*[last()]" ? You want to have a look at section 2.4 of the XPath spec. http://www.w3.org/TR/xpath#predicates Basically, the preceding-sibling axis is a reverse axis, and position() returns the proximity of the node in the node-set with respect to the context node. So preceding-sibling::*[1] should return the immediately preceding sibling. -- Warren Hedley XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






