XPath and Ranges

"David White" <[email protected]> Wed, 2 Aug 2006 10:32:00 -0500
Newsgroups gmane.text.xml.xpath.general
Message-ID <[email protected]>
Hello All,

Is it possible to use Xpath to select a range of nodes.

<chapter>
<title>X</title>
<para>
<para>
<title>Y</title>
</chapter>

I would like an Xpath statement that would select //title[1] THROUGH =
//title[2] and include all nodes between.  Is this possible?

I'm currently using XMLSpy professional but not having much luck finding =
a solution.

Thanks,

David White