node_1 node at the left, regardless of the attributes of the nodes:
|
|
root_1 and root_2 root nodes will be considered as updated:
|
|
child_2 node will be found because it is the same node in the left tree as in the right tree. As it is exactly the same node, if will be considered identical:
|
|
child_1 node at the right, the first one will be picked:
|
|
child_2 node will be found because it is a child of the same parent node in the right tree, even if it is not in the sam position in the parent node. Depending on the configuration, the node will be considered as identical or updated:
|
|
child_2 node will not be found because it is a child of another parent node in the right tree:
|
|
parent_1 was not found in the right tree, so all the children of parent_1 will not be found too:
|
|
xmldiff Copyright (c) 2024 Herve Girod. All rights reserved.