Efficient algorithm for comparing XML nodes

前端 未结 5 2034
灰色年华
灰色年华 2020-12-29 10:40

I want to determine whether two different child nodes within an XML document are equal or not. Two nodes should be considered equal if they have the same set of attributes a

5条回答
  •  抹茶落季
    2020-12-29 11:38

    not a direct answer to your question, but closely related to what you are trying to acheive: have a look at XmlDiff (.net XML power tools)

提交回复
热议问题