I have a file that has multiple XML output results in them, with the typical format of:
XML::Parser errors and says "junk after document element at line X <output 2> at XML/Parser.pm line 186
Is there a way to get XML::Parser to continue down the file or do I need to split the file into multiple files? (That would be a pain because there are roughly 46k of these results.) Any other ideas of what I can do to not have to split this into 46k different files to parse through it? I'm fairly attached to XML::Parser, so a solution with that would be best. Thanks for the help.