rss.cfc problem in IE9

2012-08-15 Thread Les Mizzell
It's always IE... Have a site that has a number of feeds using Raymond Camdens rss.cfc, version 0.1 It's been working great in every single browser, cell phone, you name it, since put into service years ago using an earlier version of the cfc. IE 9 comes along - when I look at a feed I get a

Re: rss.cfc problem in IE9

2012-08-15 Thread Raymond Camden
Perhaps add cfcontent before the output to set the right type for RSS? On Wed, Aug 15, 2012 at 2:00 PM, Les Mizzell lesm...@bellsouth.net wrote: It's always IE... Have a site that has a number of feeds using Raymond Camdens rss.cfc, version 0.1 It's been working great in every single

Re: rss.cfc problem in IE9

2012-08-15 Thread Brian Thornton
How are your chapters coming along? On Wed, Aug 15, 2012 at 4:58 PM, Raymond Camden raymondcam...@gmail.com wrote: Perhaps add cfcontent before the output to set the right type for RSS? On Wed, Aug 15, 2012 at 2:00 PM, Les Mizzell lesm...@bellsouth.net wrote: It's always IE... Have a

Re: rss.cfc problem in IE9

2012-08-15 Thread Raymond Camden
? On Wed, Aug 15, 2012 at 3:59 PM, Brian Thornton br...@cfdeveloper.com wrote: How are your chapters coming along? On Wed, Aug 15, 2012 at 4:58 PM, Raymond Camden raymondcam...@gmail.com wrote: Perhaps add cfcontent before the output to set the right type for RSS?

Re: rss.cfc problem in IE9

2012-08-15 Thread lesm...@bellsouth.net lesm...@bellsouth.net
Perhaps add cfcontent before the output to set the right type for RSS? I've been playing with this for the last few hours. Version 1, which uses rss.cfc does this: cfcontent type=text/xml reset=true cfoutput#rssxml#/cfoutput This works fine in almost everything, except IE9 (for me). I see a

Re: rss.cfc problem in IE9

2012-08-15 Thread lesm...@bellsouth.net lesm...@bellsouth.net
Perhaps add cfcontent before the output to set the right type for RSS? I've been playing with this for the last few hours. Version 1, which uses rss.cfc does this: cfcontent type=text/xml reset=true cfoutput#rssxml#/cfoutput This works fine in almost everything, except IE9 (for me). I see a