I need to find duplicates in two different XML files named table6.xml and table32.xml.
table6.xml has a line:
table32.xml has this line
I want to know if 6932 exists in both files.
I know that there are 124 duplicates.
How to?
I tried to upload the two files, but they were rejected.
Best regards
Edvard Korsbæk
table6.xml has a line:
Code: Select all
<c1>6932</c1>
Code: Select all
<c12>6442</c12>
I know that there are 124 duplicates.
How to?
I tried to upload the two files, but they were rejected.
Best regards
Edvard Korsbæk