Hi, I'm trying to select a node with a rather simple xpath expression:
/[EMAIL PROTECTED]'file://ID101rev1.htm']/revision[last()]
(where document is the root node of any document in the collection I query)
The document I want to retrieve is this:
<document url="file://ID101rev1.htm"> <revision url="file://ID101rev1.htm" mime="text/html" source="Google" language="en"> .... </revision> </document>
The revision[last()] part works fine in other queries where the document is retrieved by filename, but if I specify any attribute value like in the @url part I get no results. Can anybody say what is my mistake?
Many thanks beforehand, David