Forum Moderators: open

Message Too Old, No Replies

RSS Feed Fails due to domain URL

Reuters News Article URL's kill my feed, what to do?

         

NoLimits

6:23 am on Jun 27, 2006 (gmt 0)

10+ Year Member



I've been struggling to find the cause behind my RSS feed failing lately. I have used the feed validator and I come up with the following error information.

line 9, column 89: XML parsing error: <unknown>:9:89: not well-formed (invalid token) [help]

... ness/newsArticle.aspx?type=ousiv&storyID=2006-06-22T163406Z_01_N21327338 ...

The little error arrow is always pointing to the "2" immediately following storyID=

I have been without luck in finding a solution to this mystery. It works fine without URLS from the news site Reuters. Any help or suggestions would be greatly appreciated. URL/Source avail upon request.

NoLimits

7:49 am on Jun 27, 2006 (gmt 0)

10+ Year Member



I finally stumbled upon a solution to this nasty little feed killer.

$var = htmlspecialchars("$var", ENT_QUOTES);

This little snippit has made my day. Thank you all for your time folks. It was too late for me to edit the post or delete it so I thought I'd just post my resolution instead.