|  | |||||||||
| Home | Download | Purchase | Contact | News | Support | FAQ | Links | Site map | |
| Innovative XML solutions since 2003ExamXML 
MDCXML 
JExamXML 
xml2csv 
csv2xml | |||||||||
| Java tool to compare and merge XML files If you are handling many XML documents,
sometimes you need to check the differences between two or more documents.
 You can calculate differences with java-based command-line tool JExamXML. Aimed at professional java developers, this tool may be very useful for every users working with XML. This software can be used either as a standalone program or as a jar file class library that is integrated with your own java application. Pure java architecture allows running JExamXML on heterogeneous hardware platforms. JExamXML Java API | Using JExamXML with java application 
import com.a7soft.examxml.ExamXML;
import com.a7soft.examxml.Options;
   .................
   // Reads two XML files into two strings
   String s1 = readFile("orders1.xml");
   String s2 = readFile("orders.xml");
   // Loads options saved in a property file
   Options.loadOptions("options");
   // Compares two Strings representing XML entities
   System.out.println( ExamXML.compareXMLString( s1, s2 ) );
   ...................
 | 
| Copyright © 2003-2025 A7Soft. |