I am not a Python developer, nor a mind reader (so I've no idea how broken your code might be), and this forum is not the ideal place for debugging your scripts. Have you tried posting your problem, the code you're using, etc. on a Q&A site like stackoverflow.com?<br><br><div class="quote "><div class="quotetop ">QUOTE<cite>(johncblacker @ 27 Oct 2011 9:13 AM)</cite><blockquote class="quotemain">Hmmmmm....ok, but if I'm iterating through the node "option" when I get to index value 4, python throws an error as that index value doesn't exist. I guess I <br>should use a "try" block, but if as you indicate, that's valid XML then why does python (DOM) consider it an error. But, also, it seems to recognize that there <br>is something "valid" at index value "4" because when I extract the next (5) value, I get the correct one...namely the "bid value"...<br>Thanks for your help.</blockquote></div></div>