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

Subject: RE: [xsl] XPath to Find All Siblings Except Self
From: "Rick Quatro" <rick@xxxxxxxxxxxxxx>
Date: Thu, 15 Mar 2012 14:10:10 -0400
Hi Ken,

Yes, that works great, and makes sense too. Thanks for the quick response.

Rick

You could use the union of preceding and following siblings:

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

I hope this helps.

. . . . . . . Ken

Current Thread