Hi,
I need to compare two xml files. I need to compare only the tags and not the values. If it was only to compare two files, I could use File::compare.
However, for my purpose of comparing only the tags, I somehow will have to extract the words between the < and > and compare each of them...