XML XPath

This task extracts data from an XML file based on an input XPath expression.
Every field in this task accepts variables. You can use a Directory Loop task, and for every loop, call this task and process all files in a directory!
XML data file
Enter the full path for the XML data file.
XPath Expression
XPath expression allows you to specify specific elements or list of elements within an XML file. Please search on for tutorials on XPath.
Output File
The result of the XPath expression is stored in an output file. The normal format is a list of values (one per row) which satisfy the XPath expression.
You can dynamically use the Current XML filename variables and current folder variable. This allows to set a different output file for every XML file.
Example: $%taskTitle::CurrentFolder%$\$%taskTitle::CurrentXmlFileWithoutExtension%$.htm
i.e. if xml data file is c:\temp\test.xml, the above variables would set the output filepath as: c:\temp\test.htm