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
--~------------------------------------------------------------------
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>
--~--