Hello All,
I am writing a java program(SAX) to compare two XML documents.I am comparing it only based on "elements structure", nothing to do with DTDs or XML schemas or entities.
I am collecting the start tags and end tags of both documents, and checking whether they are equal or not, in the...