sachin6444 has asked for the wisdom of the Perl Monks concerning the following question:
Hi Folks, I am new to perl and need help. I have XML file and I want to iterate and look for follow items. For example I should look for Home=50 and under home, there are 1bedroom=2, 2bedroom=3 , 3bedroom=4. In the XML code there are more than thousands of home, I am looking for home which has all three(1bedroom,2bedroom and 3bedroom)no values, Can anybody explain with code will be helpful
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML Parsing using perl
by toolic (Bishop) on Feb 21, 2014 at 02:34 UTC | |
|
Re: XML Parsing using perl
by Discipulus (Canon) on Feb 21, 2014 at 08:00 UTC | |
|
Re: XML Parsing using perl
by locked_user sundialsvc4 (Abbot) on Feb 21, 2014 at 15:17 UTC | |
by Jenda (Abbot) on Feb 21, 2014 at 23:07 UTC | |
by Your Mother (Archbishop) on Feb 21, 2014 at 23:54 UTC |