XMLTools
Equal
test whether two XML trees are equal
Calling Sequence
Parameters
Description
Examples
Equal(xmlTree1, xmlTree2)
xmlTree1
-
Maple XML tree; XML element
xmlTree2
The Equal(xmlTree1, xmlTree2) command test whether two XML trees are the same.
The arguments must be correctly formed XML tree data structures. One of the values true and false is returned.
<a colour = 'red' size = '10'> <b colour = 'blue'>text</b> </a>
See Also
XMLTools[Print]
XMLTools[XMLElement]
Download Help Document