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