Hi,
My requirement is to compare two xml files and generate an xml file with differences(xmldelta). But here the problem is the modules(XML::Diff) which I installed are taking lot of memory(even 2 GB RAM is not sufficient). I am thinking that those modules are using XML::Parser which in turn uses DOM Parser so that taking lot of memory.
Is there any way in perl which will do that using SAX Parser?
Please help in this regard.
Thanks in advance.
Regards,
L.Srikanth Kumar