Howto Create an RSS 2.0 Feed
- 1
- Add a Comment
They say that if you can learn HTML, then by gosh, you can learn how to roll your own RSS 2.0 feed.
If you can learn HTML, you can easily learn how to build your own RSS 2.0 feeds. I’ll take you through the steps to creating an RSS feed from scratch.
Step 1: XML Declaration
Since RSS 2.0 must validate as XML, the first line in your rss feed must be the XML declaration.
The encoding is optional but recommended. If your using something other than UTF-8 be sure to change the above line.
Note: If you are using CFML and have whitespace due to the Application.cfm file you can reset the output buffer using [Read the rest]

One Comment
Paula
June 1st, 2007
at 4:26am
You can try Feedity - http://www.feedity.com to create custom RSS web feeds from non-syndicated webpages.