[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] XPath to Find All Siblings Except Self


Subject: Re: [xsl] XPath to Find All Siblings Except Self
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 15 Mar 2012 19:11:29 +0000

On 15/03/2012 17:54, G. Ken Holman wrote:
You could use the union of preceding and following siblings:

( preceding-sibling::section | following-sibling::section)/title

I hope this helps.

or if you feel like a change


(../section except .)/title


David


--
google plus: https:/profiles.google.com/d.p.carlisle


Current Thread