XPath and Ranges

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

Received on Wednesday, 2 August 2006 15:31:52 UTC