Creating Your Very Own RSS XML Feeds with ColdFusion MX
Creating Your Very Own RSS XML Feeds with ColdFusion MX: "Have you ever wanted to create your very own RSS Feed? DO you have anything on your site you would like others to have access to?
Well, RSS (another form of XML) is easy to implement and can be very beneficial for your site and its users.
I implemented RSS/XML feeds in a few areas of EasyCFM to allow people to syndicate the tutorials, our news and more. This tutorial will guide you through the steps I used and teach you how to build the actual RSS feed.
Let's begin,
The first thing we will do is to strip out WHITESPACE from our page, this is so the pages load faster when generating the RSS feeds (Also, remember that XML must have no preceding SPACES before the tag. If it does, the XML will not be usable. To clear up whitespace, we use the tag below: "
<< Home