go ahead... be a heretic | |
PerlMonks |
Convert XML to Hashby D'Femstar (Initiate) |
on Mar 30, 2005 at 15:12 UTC ( [id://443495]=perlquestion: print w/replies, xml ) | Need Help?? |
D'Femstar has asked for the wisdom of the Perl Monks concerning the following question:
I want my program to access an XML file and extract an element and value of an attribute(done). the problem is there are 42 different keys. Each occurrence of the key has a different value everytime although sometimes a key might have the same value more than once. I want my program to allocate the values to the key it belongs and then count the number of occurrences of each value for each key.
Anybody with a snippet of an idea? 2005-04-02 Edited by Arunbear: Changed title from 'Hash Browns', as per Monastery guidelines
Back to
Seekers of Perl Wisdom
|
|