Python XML parsing comparison of files

lynnlion

New Member
I have to compare two XML files using Python. Each has a list of items and I have to output which items do not appear in both. Each item has various properties which need to agree to see if it's the same item.Which parser would be the most suitable. It has to already be included in Python 2.7. I looked at etree but does it enable me to do what I want easily? Or is there something else that would be more suitable. Thanks!
 
Back
Top