• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Java source for comparing XML files like ExamXML.

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I�۪m working on Java project that include comparison XML files.
I used ExamXML before (http://www.a7soft.com) but I need a Java Source code for comparing XML files.

Can anybody help me.

Thanks.

[originally posted on jforum.net by alapick]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you said "comparing XML files" I think this is a synonym to "diffing files" as XML files are just ordinary files and I guess "comparing" is "to find differences" So You've just to Google for "java diff" and voil�� !

http://freshmeat.net/projects/java-diff/
http://www.incava.org/projects/java/diffj/index.html
or even more didactic here : http://www.darwinsys.com/freeware/Diff.java 8)
[originally posted on jforum.net by redhand]
 
LOOK! OVER THERE! (yoink) your tiny ad is now my tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic