Is there a way to compare two xml nodes in Delphi?
I am using the MSXML parser and loading the xml into an IXmlDOMDocument2. The nodes are stored in an IXmlDOMNode.
I would be ok using Delphi's TXMLDocument if it helps. I do not want to download any third party components.
I just want to compare the structures of the nodes, not the values.
I saw a similar post/utility for Java, but nothing for Delphi.
Thank you!