|
|
| Do you know where your variables are? | |
| PerlMonks |
Comparing two xml filesby ritvik_raj2012 (Initiate) |
| on Apr 21, 2012 at 08:31 UTC ( #966323=perlquestion: print w/ replies, xml ) | Need Help?? |
|
ritvik_raj2012 has asked for the
wisdom of the Perl Monks concerning the following question:
Hi monks,
i want to comparetwo xml files of different version,i want to compare it node by node.suppose i take the first node compare it with the first node of other xml.and i want to compare each and every thing like attributes, values. the two xml files are actually little bit different. like. sample file 1: <xml> <abc>abcd</abc> </xml> sample file 2: <xml> <abc>abcd e</abc> </xml> now the difference here is in data.so i want to list out such differences. so,please monks help me out in this.thanks.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||