Results 1 to 3 of 3

Thread: C++ source code to compare XML files like ExamXML XML differencing tool

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    1

    C++ source code to compare XML files like ExamXML XML differencing tool

    I’m working on a Linux project that includes identifying changes between XML files and I need a source code on C++ to compare XML fragments.
    I’m using differencing tool ExamXML from http://www.a7soft.com to compare and merge XML files but this is Windows application.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: C++ source code to compare XML files like ExamXML XML differencing tool

    You can try the "eXPat" libraries. They are open source and available for Windows and Linux.
    I don't live here any more.

  3. #3
    Lively Member mightor's Avatar
    Join Date
    Apr 2007
    Location
    Turn around, I'm right behind you...
    Posts
    99

    Re: C++ source code to compare XML files like ExamXML XML differencing tool

    Not sure if this thread is still relevant, but you can also have a look and see how these http://www.logilab.org/view?rql=Any%...0X%20eid%20859 guys did it.
    ---
    xmldiff [active development]

    summary a python tool that figures out the differences between two similar XML files, in the same way the diff utility does i

    Xmldiff was initially developed for the Narval project and could also be used as a library or as a command line tool. It can work either with XML files or DOM trees
    ---

    Yeah it is in Python but should translate into almost anything, except Intercal, with a bit of experience.

    If you want more xmldiff-like programs, just google for it: http://www.google.com/search?q=xmldiff, I think I spotted Perl, Java, Python...

    Gr,
    Mightor
    What the world needs is more geniuses with humility, there are so few of us left.
    If my post was accidentally useful, please rate it as such, thanks!
    Mon aéroglisseur est plein des anguilles.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width