15 Oct
2014
15 Oct
'14
12:36 p.m.
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