XMLTools[Compare] - test whether two XML trees are equal
|
Calling Sequence
|
|
Compare(xmlTree1, xmlTree2)
|
|
Parameters
|
|
xmlTree1
|
-
|
Maple XML tree; XML element
|
xmlTree2
|
-
|
Maple XML tree; XML element
|
|
|
|
|
Description
|
|
•
|
The Compare(xmlTree1, xmlTree2) command returns a sub-operand l such that .
|
•
|
The arguments must be correctly formed XML tree data structures.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?