rss2

How can I implement RSS 2 in Code Igniter?

How can I implement RSS 2 in Code Igniter? ...

Pagination in feeds like ATOM and RSS?

Is this even possible? Perhaps? <link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link> ...

How to add line breaks in RSS feeds?

I'm building my own custom RSS feed in PHP. I want the tag to contain line breaks to make the text more readable. However, I can't seem to figure out how to do it correctly. No matter what I try some RSS reader interprets it incorrectly. Is there some standard best way to add a line-break in and RSS 2.0 feed? I have tried "\n", which w...

RSS file not rendering as expected in firefox!

I have an rss XML file: <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"> <channel> <title>ABC News</title> <link></link> <description></description> <copyright></copyright> <lastBuildDate>Mon, 26 Oct 2009 17:49:44 +05-30</lastBuildDate> <generator>Super Simple RSS</generator> <webMaster><...

Formating Contents in RSS

Hi, I'm making a RSS 2.0 feed powered by PHP & MySQL. I would like to know how to make simple formatting in the contents like Line Breaks, Bold, Italics, Links, Images. When I try to insert a <br> in the database for a newline, the feed reader is displaying it as Invalid Feed. Please help Thanks ...

cmsms rss generation

Hi, I'm new to cmsms, i have installed a news module in it,now i have to create an rss for this news section, how can i generate an rss for my news section. what are steps to display that generated rss in any of my page. can any one guide me with correct path. Thanks in advance ...

rss rome create entries with <content:encoded /> tag

Hi all! Where can i find a simple tutorial on how to generate <content:encoded /> tags in an rss using rome? I've been reading throug their documentation but it is only about read and parse from a feed. And their javadoc is minimal... Thank you! Udo. ...