hi to all,
I want to two xml file path [....\abc.xml and ....\xyz.xml ] read from in a one text file [ filepath.txt ]  and compare data of both xml  file , both file data value mismatch than  this result show in excel file file from a one text file.
filepath.txt  contain two .xml file path Like:
 
C:\User\Dextop\abc.xml
C:\User\Dextop\xyz.xml 
 
I want to how to find both .xml file path from a filepath.txt file.
 
Thanks,