XmlTools contains 3 command-line tools to help working with XML:
- XmlPatch takes an XML patch file and applies
those patches to a destination file - great
for deploying into web.configs.
- XmlTransform applies XSL transformations to XML files to generate a new
(possibly-XML) file.
- XmlValidate performs schema validation on an XML file against one or more
schemas.
XmlTools are
GPL'd (source code is also available) and completely free for you to use and redistribute.