The document describes an experiment using a pair method to determine if two XML files match. It involves: 1. Analyzing two XML files to extract features for each file. 2. Combining the feature representations and using them to train a libSVM classifier on other file pairs to predict if they match or not. 3. Checking the classifier's predictions - if it predicts a pair matches, output the attribute number of the files.