This is an (educated) guess, but as there are no other replies I thought it worth mentioning...
foreach my $Event (in $Events) { foreach my $Attr (in $Event->Attributes) { print $Attr->{Name}, ' = ', $Attr->{Value}; } }
In reply to Re: iterating through XML attributes using MSXML4.0?
by BrowserUk
in thread iterating through XML attributes using MSXML4.0?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |