Comparing 2 xml docs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rob

    #1

    Comparing 2 xml docs

    Is there an easy way to compare 2 xml documents in order to see if they are
    identical ?


  • Martin Honnen

    #2
    Re: Comparing 2 xml docs



    Rob wrote:
    Is there an easy way to compare 2 xml documents in order to see if they are
    identical ?
    The XML diff tool might help you, it is listed on this MSDN page:
    <http://msdn.microsoft. com/XML/XMLDownloads/default.aspx>

    --

    Martin Honnen --- MVP XML
    http://JavaScript.FAQTs.com/

    Comment

    • Rob

      #3
      Re: Comparing 2 xml docs

      Thanks Martin,

      My question should have been more precise... I would like to compare the
      content as well... Any other ideas ?


      "Martin Honnen" <mahotrash@yaho o.dewrote in message
      news:OJZsi43xGH A.4092@TK2MSFTN GP04.phx.gbl...
      >
      >
      Rob wrote:
      >
      >Is there an easy way to compare 2 xml documents in order to see if they
      >are identical ?
      >
      The XML diff tool might help you, it is listed on this MSDN page:
      <http://msdn.microsoft. com/XML/XMLDownloads/default.aspx>
      >
      --
      >
      Martin Honnen --- MVP XML
      http://JavaScript.FAQTs.com/

      Comment

      Working...