I am trying to compare two Document objects and try to make operation according to result. For example I will have a Document object like,
<head>
<value> </value>
</head>
我将与其他文件目标进行比较。
<head>
</head>
If the two Document objects will not be in the same format, I want to do some operation. Can you please help me about this situation ?
感谢大家