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:


#rssxml#

This works fine in almost everything, except IE9 (for me).
I see a blank page, although viewing the source looks correct.
Client sees (also in IE9), run-on unformatted text. Really odd.

Looking at the source, header looks like:


http://www.w3.org/1999/02/22-rdf-syntax-ns#";
xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns="http://purl.org/rss/1.0/";
>

I've gone ahead and written a test page using cffeed (CF8 version).
Same result - almost...
Still can't see it in IE9, works everywhere else, but another bug has cropped 
up.
In the TITLE there's a single quote/apostrophe issue - regardless of what I do, 
I end up with "Tom's Hardware". Nothing seems to fix that. However, in the 
description (body), it displays correctly as "Tom's Harware". Go figure.

If I check the actual string before it goes into the cffeed tag, it's showing a 
single quote "Tom's Hardware". Even stripping that out and replacing it with 
' doesn't work. Still displays as "'" in the feed title.

Code for cleaning this stuff for both description and title looks like:

  ]*>","","all")#" 
/>
  
  
  
  
   

Header for the feed, now using RSS 2.0 instead of 1.0, looks like:


http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"; version="2.0"> 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352169
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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:


#rssxml#

This works fine in almost everything, except IE9 (for me).
I see a blank page, although viewing the source looks correct.
Client sees (also in IE9), run-on unformatted text. Really odd.

Looking at the source, header looks like:


http://www.w3.org/1999/02/22-rdf-syntax-ns#";
xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns="http://purl.org/rss/1.0/";
>

I've gone ahead and written a test page using cffeed (CF8 version).
Same result - almost...
Still can't see it in IE9, works everywhere else, but another bug has cropped 
up.
In the TITLE there's a single quote/apostrophe issue - regardless of what I do, 
I end up with "Tom's Hardware". Nothing seems to fix that. However, in the 
description (body), it displays correctly as "Tom's Harware". Go figure.

If I check the actual string before it goes into the cffeed tag, it's showing a 
single quote "Tom's Hardware". Even stripping that out and replacing it with 
' doesn't work. Still displays as "'" in the feed title.

Code for cleaning this stuff for both description and title looks like:

  ]*>","","all")#" 
/>
  
  
  
  
   

Header for the feed, now using RSS 2.0 instead of 1.0, looks like:


http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"; version="2.0"> 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: rss.cfc problem in IE9

2012-08-15 Thread Raymond Camden

?

On Wed, Aug 15, 2012 at 3:59 PM, Brian Thornton  wrote:
>
> How are your chapters coming along?
>
> On Wed, Aug 15, 2012 at 4:58 PM, Raymond Camden  
> wrote:
>>
>> Perhaps add cfcontent before the output to set the right type for RSS?
>>

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352167
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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  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  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 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 blank page.
>> Client sees something different - a page of run-on unformatted text.
>>
>> "View Source" shows me the XML source just like I'd expect.
>> The XML source validates in the w3schools validator.
>>
>> Switching the IE9 browser mode to anything else - displays as it should.
>>
>> Anybody else had issues like this and can point to a fix?
>> Google hasn't turned up too much helpful stuff yet.
>>
>> I may just rewrite the page using CFFEED and see what happens, but
>> before I do that, just wondered if anybody else had seen issues like
>> this and had a fix.
>>
>>
>>
>>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352166
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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  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 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 blank page.
> Client sees something different - a page of run-on unformatted text.
>
> "View Source" shows me the XML source just like I'd expect.
> The XML source validates in the w3schools validator.
>
> Switching the IE9 browser mode to anything else - displays as it should.
>
> Anybody else had issues like this and can point to a fix?
> Google hasn't turned up too much helpful stuff yet.
>
> I may just rewrite the page using CFFEED and see what happens, but
> before I do that, just wondered if anybody else had seen issues like
> this and had a fix.
>
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352165
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 blank page.
Client sees something different - a page of run-on unformatted text.

"View Source" shows me the XML source just like I'd expect.
The XML source validates in the w3schools validator.

Switching the IE9 browser mode to anything else - displays as it should.

Anybody else had issues like this and can point to a fix?
Google hasn't turned up too much helpful stuff yet.

I may just rewrite the page using CFFEED and see what happens, but 
before I do that, just wondered if anybody else had seen issues like 
this and had a fix.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352164
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm