Information
xmltask provides the facility for automatically editing XML files as part of an Ant build. Unlike the standard filter task provided with Ant, it is XML-sensitive, but doesn't require you to define XSLTs.
Uses include:
Homepage: http://www.oopsconsultancy.com/software/xmltask/index.html
There are 2 targets to help manipulate your XML files, one for replacing the text within an element and the other for replacing a value of an attribute ...
To use the xmltask.replace.text target, you need to set the properties described in the Common Build Targets document.
DeadEd.com
http://www.deaded.com/staticpages/index.php/xmltask