XPathWriter Command Line Tool
XPathWriter is a command line tool for reading an XML file and generating an XPath expression configuration file.
Usage
XPathWriter.exe [options] input_xml_file output_xpath_file
Options
| Option | Description |
|---|---|
-h, --help |
Show usage information. |
-f, --fill |
Fills value nodes with a placeholder value. |
-v, --verbose |
Print detailed trace information. |
input_xml_file |
Path to the XML file to parse. |
output_xpath_file |
Path to the XPath configuration file. This file contains name, expression, and value information for each element and attribute node in the input XML file. |