Given that the HTML contains:
<
You could use the below xpath which will work with Xpath 1.0
//div[string-length(substring-before(@tagname, 'Destination')) >= 0 and string-length(substring-after(@tagname, 'Destination')) = 0 and contains(@tagname, 'Destination')]
Basically it checks if there is any string ( or no strings ) before the first occurrence of Destination
but there should not be any text after the Destination
Test input :
Test output: