Hi WH,
If, for example, you have 3 <Id> elements in your collection, the correct result would be 3 Resources each containing one of the 3 <Id> elements.
Your XPath syntax is not doing what you desire.
Using an XPath testbed may help. One is available
on the web here: http://www.whitebeam.org/library/guide/TechNotes/xpathtestbed.rhtm
-Terry
[EMAIL PROTECTED] wrote:
Hi all,
Given the XPath : (//Id)[last()]
Xindice always seems to ignore the predicate portion, and it returns the results as if I had written :
//Id
Is this a problem with Xindice, XPath or my syntax? I'm trying to return the last Id element in my database.
I'd appreciate any help.
Thanks WH