| How to format RSS Feed | PhilSpe | 12/04/22 10:04 | Hey there, if i import my articles from a rss feed. How should I format this feed that my content will be put in the body... In my case just the description gets part of the body.. but if i put my content in the description-tag of my feed it doesn't |
| Re: How to format RSS Feed | emanniek | 12/04/23 7:54 | In my case, using <g:field fieldId='body'></g:field> in the article template,<description> is stripped out, <content:encoded> is being displayed. How can I show both?!? |
| Re: How to format RSS Feed | emanniek | 12/05/02 5:41 | anyone?! |
| Re: How to format RSS Feed | Elliot C | 12/05/02 7:34 | This is the format I've been using and it's been working: <item> <pubDate>Wed, 02 May 2012 12:24:48 +00:00</pubDate> <title><![CDATA[My Title]]></title> <link>http://www.link.com/123</link> <guid>http://www.link.com/123<guid> <description><![CDATA[< |
| Re: How to format RSS Feed | DevNQSM | 12/05/04 2:08 | Elliot Have you had an issues with Currents breaking your XML? My feed (http://www.insurancetimes.co.uk/xmlservers/GoogleNavsectionRSS.aspx?navsectioncode=33) is almost identical to yours but it just wont work in Currents, nothing displays. Below is |
| Re: How to format RSS Feed | Elliot C | 12/05/04 2:25 | This was one of my gripes too, I wish somewhere in the documentation there would be an example feed that the Producer tool is expecting. Maybe add the extra properties that mine has, such as <guid>? <?xml version="1.0" encoding="UTF-8" ?> <rss vers |
| Re: How to format RSS Feed | DevNQSM | 12/05/04 2:47 | Thanks for this, I will give it a try. |
| Re: How to format RSS Feed | buecyb3r | 12/05/14 2:52 | I have a similar problem... rss contents were found but no images.I'm using media:content tag but no way.Rss url is: http://www.nital.it/site/index.php?module=rss&method=getRss&feed=pressAnyone can help me?Thanks. |