I have an existing xml file that I need to display. Perl was suggested a good way to do that.
I am using XML::Simple. None of the examples use the format that I have. Here is an example of what I am dealing with: <config> <param name="SequenceNumber">66</param> <param name="T1">6</param> <param name="T3">6</param> <param name="T4">540</param> <param name="DownloadDate">11-28-07</param> </config> I can use Dumper to see that it has been loaded but can't figure out how to navigate the structure. Any help would be great. Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/