Considering the following XML, how can I use the Ant task XMLTask
to change bar using foo as a filter if there many items like this with different names.
<string name="foo">bar</string>
<string name="another">a value goes here</string>
<string name="somethingelse">some other value</string>