2 Aug 2006 17:32
XPath and Ranges
David White <davidw <at> kencook.com>
2006-08-02 15:32:00 GMT
2006-08-02 15:32:00 GMT
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
RSS Feed