I'm trying to parse through an XML document. When I put the document into an online validator it says it's valid XML. As I work my way through the nodes, I eventually get to my "detail" element and the first_node() method fails. I the the following message:

Parse error was: unexpected end of data

I'm attaching the response xml in the hopes someone can help.