Description |
Creates a dataset of node values or node attribute values or unique Xpath of nodes. |
Declaration |
<AMXMLNODEITERATOR XPATH="text" RESULTDATASET="text" VARVALUETYPE="text [options]"/> |
Example |
<AMXMLNODEITERATOR XPATH="/BookStore/Books" RESULTDATASET="AllAuthors" VARVALUETYPE="AttributeValue" ATTRNAME="Country" /> <AMXMLNODEITERATOR XPATH="/BookStore/Books/Price" RESULTDATASET="Prices" VARVALUETYPE="XpathValue" /> |
General Tab Parameters |
XPath expression: Specifies the Xpath expression to the particular node(s). Text, Required Create the dataset of node values: Stores the node's text value or Xpath value or the node's attribute's value into a dataset. Text, Required Populate dataset with: Specifies the type of value you want to store in the dataset.
Text [Options], optional - default "Text value" Session name: Specifies the session name to run the XML file in subsequent XML steps. This allows several connections to be active simultaneously. Text, Optional - Default "XMLSession1" |
See Also |