in reply to Re^2: XML::Simple--dealing with a variable element
in thread XML::Simple--dealing with a variable element
should do the trick. I think. I usually get dizzy with data structures this deep ;)@attrs = map { keys %{ $_->{attributes}{attribute} } } values %{ $data->{dataschemas}{dataschema} };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::Simple--dealing with a variable element
by bw (Novice) on Jul 26, 2006 at 23:10 UTC | |
by rhesa (Vicar) on Jul 26, 2006 at 23:19 UTC | |
by bw (Novice) on Jul 26, 2006 at 23:33 UTC |