| http://www.w3.org/ns/prov#value | - Quick note for my future reference - XPath1.0 evidently does not support wildcards nor regular expressions, but does have functions such as 'starts-with', 'contains', etc. $xml.SelectNodes(//nodeName[contains(@attribute, 'substring')]); http:/...
|