in reply to Problem with Yahoo::Marketing module

I can see that it is actually a well-formed XML document

I do this kind of stuff all the time and I wouldn't trust myself to eye-ball validate XML longer than a couple lines. Why not try saving it to text and opening it in Firefox to see if it agrees with you that it's valid. You can also use XML::LibXML's validate/is_valid if you're inclined to hack it up.

  • Comment on Re: Problem with Yahoo::Marketing module