RSS 2.0 Creator for ColdFusion

I went looking for an easy already done for me CFC to create generic RSS feeds for a ColdFusion application. I couldn’t find any, at least that were stand alone. (I imagine there’s one in BlogCFC, but I didn’t want to download it, fearing that I would see how cool it was and decide I have to convert.)

Therefore, I made a little RSS cfc file that takes generic input and converts it to a RSS feed. It’s spits it out as a variable so a developer can decide to either display it to the user, or write it to a flat file themselves. It mostly conforms to the RSS 2.0 specification, but I omitted some obscure elements.

Hopefully someone out there can use it.

RSS 2.0 Creator for ColdFusion

One thought on “RSS 2.0 Creator for ColdFusion

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s