Creating an RSS Feed Using <cffeed> with a Structure
The Adobe ColdFusion 8 documentation has a ton of great information on the <cffeed> tag, including a nice example of how to create an RSS feed using <cffeed> with a structure. There's no need to rehash that information, but I do want to expound on it to explain how you specify categories and enclosures as well as guid info for an item in a feed because I think specifying these for an item in a feed is a little tricky. So what I'm going to do is take the above example as a starting point, adding in the code that demonstrates how to specify categories and enclosures and guid info for an item and removing some non-essential code so as not to overly complicate things:
<cfscript>
/* Create the feed data structure and add the metadata. */
myStruct = StructNew();
myStruct.link = "http://" & CGI.HTTP_HOST & CGI.SCRIPT_NAME;
myStruct.title = "My RSS Feed";
myStruct.description = "A demonstration of <cffeed>";
myStruct.pubDate = Now();
myStruct.version = "rss_2.0";
/* Add the feed items. A more sophisticated application would use dynamic variables
and support varying numbers of items. */
myStruct.item = ArrayNew(1);
myStruct.item[1] = StructNew();
myStruct.item[1].category = ArrayNew(1);
myStruct.item[1].category[1] = StructNew();
myStruct.item[1].category[1].value = "Cat1";
myStruct.item[1].enclosure = ArrayNew(1);
myStruct.item[1].enclosure[1] = StructNew();
myStruct.item[1].enclosure[1].url = "http://" & CGI.HTTP_HOST & "enc/myenclosure.mp3";
myStruct.item[1].enclosure[1].length = 1212;
myStruct.item[1].enclosure[1].type = "audio/mp3";
myStruct.item[1].description = StructNew();
myStruct.item[1].description.value = "The first item in the feed";
myStruct.item[1].guid = StructNew();
myStruct.item[1].guid.isPermaLink = "Yes";
myStruct.item[1].guid.value = "http://" & CGI.HTTP_HOST;
myStruct.item[1].title = "Item 1";
myStruct.item[2] = StructNew();
myStruct.item[2].category = ArrayNew(1);
myStruct.item[2].category[1] = StructNew();
myStruct.item[2].category[1].value = "Cat1";
myStruct.item[2].category[2] = StructNew();
myStruct.item[2].category[2].value = "Cat2";
myStruct.item[2].description = StructNew();
myStruct.item[2].description.value = "The second item in the feed";
myStruct.item[2].guid = StructNew();
myStruct.item[2].guid.isPermaLink = "Yes";
myStruct.item[2].guid.value = "http://" & CGI.HTTP_HOST;
myStruct.item[2].title = "Item 2";
</cfscript>
<cffeed action = "create"
name = "#myStruct#"
xmlVar = "myXML">
<cfcontent type="text/xml" reset="true"><cfoutput>#myXML#</cfoutput>
Please note the following:
- The code was specifically written without external dependencies so that it will work on any ColdFusion 8 installation.
- <cfsetting showdebugoutput="no"> can be a lifesaver when working with <cffeed>--I was tearing my hair out for a bit until I had that head-slapping moment when it dawned on me why I kept being told by the browser that the feed was invalid.
- I consider it good coding practice to always scope variables, even those in the Variables scope. The only reason the above code doesn't use scoped variables is to keep it as similar as possible to the example code referenced at the top of this post.
- If you're looking for information on the metadata properties for the feed itself, see Ray Camden's blog post on the subject.
Have been working on a Twitter Feed and a Direct Feed for a content management system I created and wanted to gain complete control of the feeds. Especially since FeedBurner has been said to be going away in the near future. Got about three day's worth of research and coding wrapped up with the cffeed tag. One of the most useful tags yet. Thanks for the response.
https://healthandpills.com/
https://cannagreenlifes.com/
https://solidarmss.com/
https://xn--skandinaviskkrkort-p3b.com/ Köpa körkort
https://kobekorekort.com/ Køb kørekort
https://acquistapatentediguida.com/ Comprare patente
https://kjopeforerkort.com/ Kjøp førerkort
https://dokumenteanzeigen.com/ Führerschein kaufen
https://solidarmss.com/product/mcx-spear/
https://solidarmss.com/product/sig-sauer-mcx-spear...
https://solidarmss.com/product/henry-long-ranger-e...
https://solidarmss.com/product/smith-wesson-mp-fpc...
https://solidarmss.com/product/kimber-kds9c-for-sa...
https://solidarmss.com/product/big-boy-revolver/
https://solidarmss.com/product/marlin-1895-trapper...
https://solidarmss.com/product/p320-spectre-comp-b...
https://solidarmss.com/product/model-336-classic/
https://solidarmss.com/product/romeo-m17/
https://solidarmss.com/product/taurus-th45/
https://solidarmss.com/product/sig-romeo-x/
https://healthandpills.com/product/mdpv-in-vendita...
https://healthandpills.com/product/mefedrone-4-mmc...
https://healthandpills.com/product/capsule-di-nemb...
https://healthandpills.com/product/pentobarbital-s...
https://healthandpills.com/product/polvere-di-anfe...
https://healthandpills.com/product/pillole-di-fent...
https://healthandpills.com/product/fentanil-polver...
https://healthandpills.com/product/percocet-pillol...
https://healthandpills.com/product/pillole-di-ossi...
https://cannagreenlifes.com/product/buy-quebec-gol...
https://cannagreenlifes.com/product/buy-gorilla-co...
https://cannagreenlifes.com/product/poison-og-stra...
https://cannagreenlifes.com/product/sour-bubble-st...
https://cannagreenlifes.com/product-tag/white-runt...
https://cannagreenlifes.com/product-tag/platinum-o...
https://cannagreenlifes.com/product/buy-blue-dream...
https://cannagreenlifes.com/product/buy-purple-lam...
https://cannagreenlifes.com/product/buy-blackwater...
https://k2paperincenseforsale.com/product/buy-magi...
https://k2paperincenseforsale.com/product/buy-lsd-...
https://k2paperincenseforsale.com/product/buy-liqu...
https://k2paperincenseforsale.com/product/buy-chan...
https://k2paperincenseforsale.com/product/k2-infus...
https://acquistapatentediguida.com/2023/04/24/comp...
https://acquistapatentediguida.com/2023/04/25/comp...
https://acquistapatentediguida.com/2023/04/27/dove...
https://acquistapatentediguida.com/2023/04/28/comp...
https://acquistapatentediguida.com/2023/04/29/comp...
https://acquistapatentediguida.com/2023/04/30/comp...
https://acquistapatentediguida.com/2023/04/30/comp...
https://acquistapatentediguida.com/2023/04/30/comp...
https://acquistapatentediguida.com/2023/05/02/comp...
https://acquistapatentediguida.com/2023/09/29/comp...
https://acquistapatentediguida.com/comprare-patent...
https://dokumenteanzeigen.com/index.php/2023/06/02...
https://dokumenteanzeigen.com/index.php/2023/06/01...
https://dokumenteanzeigen.com/index.php/2023/06/01...
https://dokumenteanzeigen.com/index.php/2023/05/31...
https://dokumenteanzeigen.com/index.php/2023/05/31...
https://dokumenteanzeigen.com/index.php/2023/05/30...
https://dokumenteanzeigen.com/index.php/2023/05/27...
https://dokumenteanzeigen.com/index.php/2023/05/27...
https://dokumenteanzeigen.com/index.php/2023/05/21...
https://dokumenteanzeigen.com/index.php/2023/05/23...
https://dokumenteanzeigen.com/index.php/2023/10/25...
https://kjopeforerkort.com/2023/06/07/kjop-falsk-f...
https://kjopeforerkort.com/2023/06/06/kjop-forerko...
https://kjopeforerkort.com/2023/06/06/kjop-svensk-...
https://kjopeforerkort.com/2023/06/05/forerkort-kl...
https://kjopeforerkort.com/2023/06/05/tester-ved-f...
https://kjopeforerkort.com/2023/06/05/amerikansk-f...
https://kjopeforerkort.com/2023/06/04/bestill-nytt...
https://kjopeforerkort.com/2023/06/04/norsk-forerk...
https://kjopeforerkort.com/2023/06/04/kjope-forerk...
https://kjopeforerkort.com/2023/06/04/kjop-forerko...
https://kobekorekort.com/2023/09/10/sadan-finder-d...
https://kobekorekort.com/2018/04/20/kob-korekort-k...
https://kobekorekort.com/2021/02/07/kob-internatio...
https://kobekorekort.com/2018/06/22/kob-falsk-kore...
https://kobekorekort.com/2015/05/10/kob-nyt-koreko...
https://kobekorekort.com/2019/04/13/kob-korekort-b...
https://xn--skandinaviskkrkort-p3b.com/kop-korkort...
https://xn--skandinaviskkrkort-p3b.com/kop-spanskt...
https://xn--skandinaviskkrkort-p3b.com/kopa-korkor...
https://xn--skandinaviskkrkort-p3b.com/korkortonli...
https://xn--skandinaviskkrkort-p3b.com/kopa-korkor...
https://xn--skandinaviskkrkort-p3b.com/hur-mycket-...
https://xn--skandinaviskkrkort-p3b.com/kopa-korkor...
https://xn--skandinaviskkrkort-p3b.com/kopa-korkor...
https://xn--skandinaviskkrkort-p3b.com/kopa-danskt...
https://xn--skandinaviskkrkort-p3b.com/kop-svenskt...
https://xn--skandinaviskkrkort-p3b.com/kop-norge-k...