in reply to Parsing two XML at the same time and align them
> Any suggestions?
Yes! avoid XML::Simple
I'm used with XML::Twig and you can profit twig_handler to trap your id
You can use a hash to store results, as in: $res{ $filename."\t".$id } = [] so during the parsing of the two files you can push there first result from file1 and then results from file2.
L*
|
|---|