XPath support in Find/Replace In Files
Posted: Tue Apr 14, 2009 8:22 pm
I have a few hundred xml documents in my project and id like to find all files with the following example XPath without building some complex regular expression.
Code: Select all
/root/foo[@name='bar']/@priority='high'