Page 1 of 1

What's wrong with my RSS feed?

Posted: Wed Aug 20, 2008 1:02 pm
by stukov
What's wrong with the following XML code (supposed to be an RSS feed). Aren't entities working?

Code: Select all

14:     <guid>http://example.com/showNews.php?id=79</guid>
 15:     <pubDate>Mon, 12 Sep 2005 18:37:00 GMT</pubDate>
 16:     <description>Obtiens un sac a dos gratuitement ! 
 17: 1-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tu t&rsquo;enregistres : http://www.example.com
 18: 2-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Le jour de l&rsquo;&eacute;v&eacute;nement tu recevras un SMS de confirmation !
Thanks for your help.

Re: What's wrong with my RSS feed?

Posted: Tue Sep 02, 2008 11:40 am
by andyhoneycutt
Taking a look at XML Character Entity Sets, it appears you are required to define in your xml document which entity sets you will be working with.

-Andy