Extracts an XML node from a web page.

The Node extraction rule extracts an XML node from a web page. It is applied if the result of the Xpath expression evaluation exists into the HTML page DOM.
The first node matching the Xpath expression is extracted: the element is 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.