Re: [PHP] How to jump into and loop through XML element

2008-08-04 Thread Aschwin Wesselius
Ethan Whitt wrote: PHP newbie coming over from Perl. Been trying to convert some of my Perl scripts over to PHP5. I am making a request to Amazon and receiving the following response. How can I jump down to the element and loop through all the ones that exist. I have been trying to do this w

[PHP] How to jump into and loop through XML element

2008-08-04 Thread Ethan Whitt
PHP newbie coming over from Perl. Been trying to convert some of my Perl scripts over to PHP5. I am making a request to Amazon and receiving the following response. How can I jump down to the element and loop through all the ones that exist. I have been trying to do this with XML Simple, but w