I want to grab a node from my XML file, the node has a prefix such as \"latest_\", but this may change and I\'m keen for my XSLT to be as fluid as possible. Here\'s the XPat
The above did not work for me. I had to "slightly" modify that as follows:
/data/stats/*[contains(name(),'_cost')]