Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.9, 1.0, 1.0.1
-
None
-
None
-
svn version 393179M
Description
I have a bunch of wiki:entries stored in my workspace. If I create the following code:
q = qm.createQuery("//wiki:entry[5]", Query.XPATH);
qr = q.execute();
NodeIterator it = qr.getNodes();
The Nodeiterator reports all entries back, bot just the 5th.