XPath support in Find/Replace In Files

Are you missing a feature? Request its implementation here.
velda
Posts: 21
Joined: Fri Jul 18, 2008 9:48 pm

XPath support in Find/Replace In Files

Post by velda »

I have a few hundred xml documents in my project and id like to find all files with the following example XPath

Code: Select all

/root/foo[@name='bar']/@priority='high'
without building some complex regular expression.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: XPath support in Find/Replace In Files

Post by sorin_ristache »

Hello,

We plan to add the XPath filter also in the Find/Replace in Files dialog in a future version. In the current version (10.1) it is available only in the Find/Replace dialog used for the edited file.


Regards,
Sorin
Post Reply