Didn't you write this earlier? I responded there but I'll respond
here. Make sure yo use the proper cfcontent tag. Mozilla is more
forgiving than IE.

<cfcontent type="text/xml" >

On 9/12/07, Chad McCue <[EMAIL PROTECTED]> wrote:
> I have a SPRY application that returns and lists results. It works fine
> in mozilla but does not display the contents of the generated XML in IE
> 6. In IE 6 it always remains in the SPRY loading state
>
> (spry:state="loading")
>
> Below is the XML that is being generated
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <Candidates>
>
> <Candidate ID="1070">
>
> <candidateID>1070</candidateID>
>
> <firstname>Audrey</firstname>
>
> <lastname>LEMAITRE</lastname>
>
> <age>22</age>
>
> <sex>F</sex>
>
> <country>France</country>
>
> <State>NA</State>
>
> <ZipCode>91</ZipCode>
>
> <Relocate>No</Relocate>
>
> <Continent>Paris</Continent>
>
> <JobPosition>Hairstylist,Colorist</JobPosition>
>
> <Diploma>CAP/NA</Diploma>
>
> <dateEntered>4/26/2005 7:36</dateEntered>
>
> <dateModified>4/26/2005 7:36</dateModified>
>
> </Candidate>
>
> </Candidates>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288304
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to