资 源 简 介
This command line tool allow you to merge XML files with the same root node. It either merge the content in one root node, or encapsulate all source root nodes in a new parent root node.
```
mergex v2.1:
Merge XML files to std output or an output file.
ALL XML should have the same xml prolog and root node.
Syntax:
mergex PARAMS ...
Parameters:
-o Path of the XML output file.
-p[ParentRootName] Add a parent root. If ParentRootName is not provided,
the name of a root postfixed with an "s" is used.
-a[ParentRootAttribute] Add an attribute to the parent root.
ParentRootAttribute should be a valid xml attribute
defined with single quote.
It will only work with the -p parameter.
Samples:
mergex *.xml
mergex a.xml b.xml c.