xpath_node_match
    The following is a list of properties for the function xpath_node_match:
| Property | Value | 
|---|---|
brief | Checks whether two node-sets or their children have an equal node | 
category | xpathExpression | 
description | Returns true if any of the nodes matched by nodeset1 are equal to any of the nodes matched by nodeset2 or their corresponding children. | 
functionId | xpath_node_match | 
functionLabel | xpath_node_match | 
pure | true | 
parameters | [ { "dataType": "xpathExpression", "name": "nodeset2" }, { "dataType": "xpathExpression", "name": "arg2" } ] | 
returns | { "dataType": "boolean" } |