Code:
Private Sub XMLCompair()
��Dim objDoc As MSXML2.DOMDocument
Dim objDocCopy As MSXML2.DOMDocument
��'load the xml document
��Set objDoc = New MSXML2.DOMDocument
��objDoc.async = False
��objDoc.Load "http://localhost/data.php"
If objDoc.transformNode(objDoc) <> objDocCopy.transformNode(objDocCopy) Then
see that you dimmed objDocCopy but you never actually load the document on it, when it reach the if statement is still nothing...
also I really don't know is this is the way to compare to XML file...
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========