xsl-list
[Top] [All Lists]

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

2012-03-15 14:11:43
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--