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> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288299 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

