RSS feed for the blog does not work

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
3/24/2010 1:48:57 PM
Gravatar
Total Posts 251

RSS feed for the blog does not work

I get this error when i access the RSS feed of my blog

2010-03-24 19:44:12,765 ERROR mojoPortal.Web.Global - x.x.x.x-it-IT - /blog14rss.aspx
System.ArgumentException: Cannot have ']]>' inside an XML CDATA block.
at System.Xml.XmlTextWriter.WriteCData(String text)
at mojoPortal.Web.FeedUI.RssPage.RenderItems(XmlTextWriter xmlTextWriter)
at mojoPortal.Web.FeedUI.RssPage.RenderRss(Int32 moduleId)
at mojoPortal.Web.FeedUI.RssPage.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

what does it means?

Thanks
 

3/25/2010 7:44:28 AM
Gravatar
Total Posts 18439

Re: RSS feed for the blog does not work

It looks like you have something in one of your posts that makes the RSS xml malformed. Specifically it looks like you have this in your content somewhere: "]]>" and that sequence has special meaning in xml so you can't have it in your content. You could fix it by html encoding the angle bracket > into >

Hope it helps,

Joe

3/25/2010 8:42:59 AM
Gravatar
Total Posts 251

Re: RSS feed for the blog does not work

oh, you are right, i did not notice that there was that tag in an email-obfuscation javascript that i copy/pasted in my post

i was so sure there were no ]]> in my post, but i was wrong again

Thanks

You must sign in to post in the forums. This thread is closed to new posts.