in reply to XML::Parser help

I knew it...it was staring at me the whole time...
just had to change the
foreach $key (sort keys %element) {
to
foreach $key (sort keys %{$element}) {
...well, thanx anywayz... --Rob