The XML Refactoring script
(xmlRefactoring.sh, found in the scripts subfolder
inside Oxygen's installation directory) can be used to execute XML refactoring operations. You can run a
refactoring operation by specifying the operation id of the operation. If, in addition to the
refactoring operations provided by Oxygen XML Author Eclipse plugin in the OXYGEN_INSTALL_DIR/refactoring folder and in framework
configurations, you want to run a custom refactoring operation, you have to specify the
directory that contains it, using the od (operations
directory) argument.
sh scripts/xmlRefactoring.sh -id operationId -i inputFilesOrDirectories [-f filesFilter]
[-od operationsDirectory] [-p param1=value1...] [-v]
A directory that contains additional refactoring operations.