How can I quickly narrow down duplicate id entries in a xml file, example:
<entry id="A">...
<entry id="B">...
<entry id="A">...
and output them
id="A" dup 2 times
Just to let you know I'm a total noob meaning I don't even know how to run any code, so if you have a code for this problem, can you at least tell me the software name I need to run it and I'll look it up from there.