[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Xpath and Ranges
Subject: [xsl] Xpath and Ranges
From: "David White" <davidw@xxxxxxxxxxx>
Date: Wed, 2 Aug 2006 11:51:55 -0500
|
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
|