...Built in Free Pascal Lazarus, which allows easy compilation for different target platforms.
Currently binary executables were produced and tested on Windows (XP, 7) and UbuntuLinux (GTK2).
For developers: there are two units listed separately to support XML configuration files in your application:
XMLfile.pas - Lazarus/Free Pascal
uXMLConfig.pas - Delphi (2007..XE2)
Modifies the tags and attributes of the all XML filles in directory
Batch XML Modifier (BXM) allows you using a list of commands modify the tags and attributes of all XML files with the identical structure in the specified directory and save results in another selected directory. The program performs the uniform changes for all the tags with the identical name and of the same level. Also, the program performs the uniform changes of the selected attribute of all the tags with the identical name and of the same level.
See wiki for feature list and...