Comparing two xmls using java API - TechRepublic
Question
February 26, 2008 at 11:49 PM
lokeswara_m

Comparing two xmls using java API

by lokeswara_m . Updated 18 years, 4 months ago

Hi,
I run into a situation where every day take xml export and compare with the previous day xml and send the differences to another application in the system.
The big issue here is that the size of the xml files.most of the time i get Out of memory exception when i load single xml.
is there any better way to compare two xmls using java API?

This discussion is locked

All Comments