Hi Sam,
This gives me the first node that matches the xpath, but is there a way to retrieve the node that originates from the latest imported document?
The following query will give you the last node:
(//event[eventID="12345ABC"]) [last()]
Does this help? Christian