Extracts an XML node list from a web page.

The Node list extraction rule extracts a list of XML nodes from a web page. It is applied if the result of the Xpath expression evaluation exists into the HTML page DOM.
The nodes matching the Xpath expression are extracted: the elements are copied then appended to the HTML transaction DOM.

Property Type Category Description
Comment String configuration Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Is active boolean configuration Defines whether the extraction rule is active.
XPath String selection Defines the Xpath expression of nodes on which the extraction rule applies.
Depending on the extraction rule, the execution of this Xpath on the web page DOM can result in a single Node or a NodeList.