Evaluate XPath Query
This command runs a specified XPath query against a given .XML file and returns the results in a delimited collection that may be parsed using a For Each...Next loop.
XML File
Type the full path to the XML file containing the information to retrieve.
Query
Enter the XPath syntax query in this field.
Variable
Type the name of the variable to hold the obtained value here.
Result Type
Choose the desired type of enumeration to receive in this field.
Notes
- If the requested information cannot be found, the variable will hold an empty string.