Re: [Tutor] Need all values from while loop - only receiving one

2018-07-07 Thread Daryl Heppner
Hi Alan, A lot of great guidance here! I'm stepping back to simply return the DealID from the XML using the concept of a class. My code results in exit code 0 but doesn't print any results. Could you give me a hint where I'm missing something? Thank you, Daryl root = tree.getroot() class D

Re: [Tutor] Need all values from while loop - only receiving one

2018-07-07 Thread Alan Gauld via Tutor
On 07/07/18 18:46, Daryl Heppner wrote: > I'm stepping back to simply return the DealID from the XML using the > concept of a class. My code results in exit code 0 but doesn't print > any results. Could you give me a hint where I'm missing something? You have an issue which has shown up in seve