|
|
| Do you know where your variables are? | |
| PerlMonks |
More with XML Parserby orthanc (Monk) |
| on Apr 19, 2000 at 13:13 UTC ( #8018=perlquestion: print w/ replies, xml ) | Need Help?? |
|
orthanc has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Again
As you guys were so much help with my last XML problem I have another I need help with. Take this xml below, using XML::Parser I can gain access to the data between the inside tags. I need to be able to access the data stored in name, as it is an attribute of the inside tag I can't figure out how to access it Is there an option for XML::Parser to make it expand this kind of tag? Example XML: <outside> <inside name="Wibble">some data</inside> </outside> Thanks in advance, i'm sure someone will know the answer :)
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||