http://www.perlmonks.org?node_id=1017831


in reply to Re^3: XML Parsing
in thread XML Parsing

Harish, I see that when using content() to return contents of the node and that $xml_smart_obj was always returning one element, whereas the xml has multiple entries for the tag <parameter>. 1. How to list down all the pointers/contents for the tag <parameter> 2. Can I see the array size using $#xml_obj ? Thanks