in reply to excel to xml conversion and then comparison with another XML
It's a bit of a weird thing you're doing. Why create the control data in excel instead of in a more programmer friendly format?
One way to do what you want would be to use DBD::AnyData to read both the XML and the excel file (exported as CSV, maybe using Spreadsheet::ParseExcel), and compare them.
|
|---|