Working on an API but I've run into a problem.
This specific part of the response (in XML) returns a URL. Here's the error I'm getting:
XML Parsing Error: not well-formed
<item_to_page_url>http://cnn.com/.../?hpt=C2&replytocom=11119#respond</item_to_page_url>
First off, I added an ellipses to shorten the length of that for viewing purposes here on the forum. Now, The error tracker line thing, that I didn't include above, points to the second equals = character in that URL.
So. I can't help that this URL is showing up in the XML response. Is there some sort of workaround? Surely there's some way to tell XML that it's CONTENT, not <tags>
and make it ignore this..
Thanks
--EDIT for comment below --
<item_to_page_title><![CDATA[Breaking news, real-time scores and daily analysis from Sports Illustrated SI.com]]></item_to_page_title>
same error as before, different label, different character.