Closed GoogleCodeExporter closed 9 years ago
The expression that causes the failure is: "/d_bug/roster[1]/name".
If I take this out, the loop works fine.
Original comment by Nikolai...@gmail.com
on 21 Jul 2012 at 1:38
It appears that most of the XPath functions are not supported in this version
of JR.
I.e., last(), first(), position(), etc. are not available.
While these parse and validate, they do not actually filter anything, causing
the full list to be passed through (why not an error?), which in turn causes
the reported fault.
Original comment by mitchellsundt@gmail.com
on 24 Jul 2012 at 7:51
Fixed in 1.2 rev 1013 if you change the form to use position()=1
Attached is the revised form.
Original comment by mitchellsundt@gmail.com
on 27 Jul 2012 at 11:35
Attachments:
Original issue reported on code.google.com by
Nikolai...@gmail.com
on 21 Jul 2012 at 1:36Attachments: