Exporting XML File in iso-8859-1

2004-02-19 Thread CHATAIGNE Eric
This is my main problem. Some client that are using CFMX or ASP script have problems to parse the exported XML file. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Exporting XML File in iso-8859-1

2004-02-19 Thread CHATAIGNE Eric
In fact the problem mainly happened when sending the data via the web service. Is there a way to force Web services to send information in charset=iso-8859-1 ? Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Exporting XML File in iso-8859-1

2004-02-19 Thread CHATAIGNE Eric
I am generating an XML document that I send back to the user via the Web or a Web Service. I have a problem with certain character that are not recognised by the distant XML parser (like microsoft). I have problems with accentuated characters and various others like ยต. In Mozilla Firebird, these c

Building a Web service that returns an XML structure

2003-09-19 Thread CHATAIGNE Eric
Hello, I have created a Web service that is suppose to return an XML structure. Everything seems fine but the all the < > in the SOAP response are escaped. I have the feeling that Coldfusion MX escapes this characters to avoid problems with the validity of the XML Soap structure. Can anyone h