A RESTful browser for eXist Function Modules


http://exist-db.org/xquery/xmldiff
A module for determining differences in XML documents.

xmldiff:compare($node-set-1 as node()*, $node-set-2 as node()*) xs:boolean?
Returns true() if the two node sets $node-set-1 and $node-set-2 are equal, otherwise false()
$node-set-1the first node set
$node-set-2the second node set

Returns true() if the two node sets $node-set-1 and $node-set-2 are equal, otherwise false()
Return to list of all modules