XPath – how to find all elements where an attribute starts-with a text value
Today i had to filter an xml document based on the start value of an attribute and it took me ages to work it out as before i’d always done exact matches. Plus couldn’t find any egs where they used … Continued