Questions tagged [cffeed]

9 questions
4
votes
1 answer

cffeed causing errors

Our web admins applied some hotfixes (don't know which ones) over the weekend and it seems to have killed . The error we get is below. We have the tag inside of a but it still produces the error. Any thoughts on what would…
Jason
  • 17,276
  • 23
  • 73
  • 114
3
votes
2 answers

CFFEED component/custom tag for ColdFusion MX 7?

I'm working on a client's site, and updating to ColdFusion 8 isn't an option. What I'm looking for is something similar to CF8's CFFEED functionality via a custom tag or component, and I'm not particularly keen on writing my own reader/parser if…
Jason Berry
  • 2,469
  • 1
  • 17
  • 21
2
votes
0 answers

ColdFusion cffeed/cfoutput

I'm currently using a combination of cffeed and cfoutput to generate an XLM/RSS feed, but am getting some curious output, which manifest differently with different browser settings(I think). The ColdFusion code that produces the XML is
Phil S
  • 123
  • 8
1
vote
1 answer

Images in rss feed using ColdFusion and CFFeed

I have a script that generates an xml file with ColdFusion and its CFFeed tag. It works pretty good except for images. I understand that you have to use encapsulate the image in CDATA in order to display it. I am not sure if I have set it up…
Chris Pilie
  • 451
  • 2
  • 7
  • 21
1
vote
1 answer

Parsing text content in ColdFusion

I am attempting to parse text from a . I am interested in finding the number of times every word in the text is displayed. For example: "My name is Bob and I like to Bob". should result in Bob - 2 Name - 1 etc, etc, etc. I…
Bob
0
votes
1 answer

CF8's CFFEED quirks?

Anything one should watch out for when using CF8's CFFEED tag? Oh, here's a list... Yet another post on cffeed and columnMap : Raymond Camden's ColdFusion Blog anything else?
Henry
  • 32,689
  • 19
  • 120
  • 221
0
votes
3 answers

Issue with CFFEED

Right, I'm working on a site with a couple different RSS feeds. My issue is one of my feeds works just fine, but the second one (based on nearly identical code) fails and I can't figure out why. Here's the code that works: