given a string, I would want to search for all nodes in a an XML document that 'contain' the search string 'in' its value (not exact match). So, i want to search for nodes whose 'value' contain a given search string and would like to get the xpath of all such matching nodes.