Comment 2 for bug 2025944

Revision history for this message
Peter R (forums-oygle) wrote :

Thanks for your reply. I cut down the XML file to include only PAYEE's and the problem disappeared. Checked out the data in a hex editor as I could see no tags that were incomplete. Then found one of the payee's data right near the end of the XML file, the <PAYEE id="P000242"/> entry.

It was a 'child' of a different parent, so I will need to read up and learn some more about how to exclude other parents, and force the find to only do the 'find_all' through the 'parent' PAYEE, not any children or siblings.

Thanks for your help. It was a code problem, not catering for the expected data.