in reply to Easily XML filtering?
XML::Simple for example should allow you to grab your file, get the data you need, and simply ignore everything you don't need. Other modules that allow you to extract specific parts of the XML tree should work, too.
|
|---|