What are you trying to do exactly?
Have a look at this page: http://www.freeformatter.com/xpath-tester.html
Paste in your XML and enter the expression:
/response/current_observation/display_location/city/text()
XML.StringValue("/response/current_observation/display_location/city/text()")
Check the bottom of that page for a bunch of XPath examples.