I think these are the new standards... ’ ‘
-----Original Message----- From: Ben Densmore [mailto:ben_densmore@;esupport.com] Sent: Tuesday, October 29, 2002 3:48 PM To: CF-Talk Subject: RE: XML and IE 6 = Strange Bug It seems to do this when outputting SQL errors too, but only in CFMX. Ben -----Original Message----- From: Rob Rohan [mailto:rob@;cardinalweb.com] Sent: Tuesday, October 29, 2002 4:27 PM To: CF-Talk Subject: RE: XML and IE 6 = Strange Bug Ha ha ha! That's awesome. I put just a ' & " in a .html file opened in IE6 it said: ' & " Go standards! :) -----Original Message----- From: Kreig Zimmerman [mailto:kkz@;foureyes.com] Sent: Tuesday, October 29, 2002 12:48 PM To: CF-Talk Subject: Re: XML and IE 6 = Strange Bug This actually has everything to do with XML. It is XML-ized data I am representing. And XML-Safe data needs apostrophes escaped, and CFMX's built-in XMLFormat() renders an apostrophe as... ' Viz: http://wdvl.internet.com/Authoring/Languages/XML/XMLFamily/XMLSyntax/sal l2_5 html so now you see the crux of my dilemma. The character returned via the XML _doesn't display correctly_ for me, for some bizarre reason. But this in IE 6. In Netscape 7? It renders _fine_. :P [EMAIL PROTECTED] wrote: >Oh wait... > >There is no ' special character. > >----- Original Message ----- >From: [EMAIL PROTECTED] >Date: Tuesday, October 29, 2002 1:22 pm >Subject: Re: XML and IE 6 = Strange Bug > > > >>What does XML have to do with your problem? >> >>Anyhow, let's see your code. I use the ' special character >>all the time in IE6 and it works fine. >> >>----- Original Message ----- >>From: Kreig Zimmerman <[EMAIL PROTECTED]> >>Date: Tuesday, October 29, 2002 10:27 am >>Subject: XML and IE 6 = Strange Bug >> >> >> >>>Hi Everybody, >>> >>>I just wanted to see if anyone had noticed the following strange >>>behavior: >>>In spite of Microsoft's attempts to be XML this, XML that, their >>>soddingweb-browser cannot seem to handle the HTML entity >>> >>> >>reference >> >> >>>'correctly. I have taken to mapping it to its decimal >>>representaion(') but this seems idiotic considering how "XML- >>>y" Microsoft >>>purports IE 6 to be. >>> >>>Has anyone else noticed this? >>> >>>FYI: The browser in question is... >>>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461; .NET CLR >>>1.0.3705) >>> >>>-- >>>Kreig Zimmerman : Sr. Web Programmer : [EMAIL PROTECTED] >>>Four Eyes Productions : Brooklyn, NY : [718]254-9557 x[104] >>> >>> >>> >>> >>> >>> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

