I got a qvw document that is reading from a folder a list of 6500 xml files
sometimes the xml files may cause errors; but I don't want to halt the execution what I want is write the error exception in a log file as well as the xml file that caused the exception and continue the execution of the script:
my script is something like this:
let vXmlPath = 'PMS_XML\';
//begin the loop to read all xml files available in the folder specified above
FOR Each SubDirectory in DirList('$(vXmlPath)*')
for each File in filelist ('$(SubDirectory)\*.xml')