iTunes Music Library.xml XPath Expression

Took me a few minutes using SketchPath to work this out. It's the xpath expression to pull out all the location elements from the iTunes Music Library.xml file.
/plist/dict/dict/dict/key[text()='Location']/following-sibling::string[1]
The resultant string still needs to be URL decoded.