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?