> I've gone ahead and written a test page using cffeed (CF8 version). > Same result - almost...
Here's what I recommend you do. Use a plugin like Firebug, and very carefully examine the entire request and response from your feed, and compare it to a feed that works in IE 9. The problem is almost certainly some extra whitespace or junk that's keeping the browser from interpreting the response properly. > 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. I don't think that's a bug. Any XML metacharacters in an XML element or attribute must be escaped. The escape sequence for the single quote XML metacharacter is '. If the text containing the metacharacters is in an element, it can be escaped in an element body using CDATA, but in an attribute value that's not an option. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:352172 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

