|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: Issue with looping through XML::LibXML::Readerby jmcnamara (Monsignor) |
| on Jan 21, 2012 at 02:34 UTC ( #949099=note: print w/ replies, xml ) | Need Help?? |
|
The problem seems to be that you are reading the next Instrmt element in a while loop and as a result you skip the parent MktDataFull elements. If you change the while() to an if() it should fix the main issue.
--
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||