XPathReader Command Line Tool

XPathReader is a command line tool for reading an XML and XPath configuration file and generating a new XML file with the new, configured values.

Usage

XPathReader.exe [options] template_xml_file xpath_configuration_file output_xml_file

Options

Option Description
-h, -\-help Show usage information.
-v, -\-verbose Print detailed trace information.
template_xml_file Path to the template XML file.
xpath_configuration_file Path to the configuration file containing variable name, XPath expression, and value information.
output_xml_file Path to the XML file to write the resulting XML. This file is an exact match of the template with XPath selected nodes replaced with the specified values.