Hi I have a java app which return a requested XML document. The document in French and I have included in the documents XML pre-processing instruction.. <?xml version="1.0" encoding="ISO-8859-1" ?>
I then use response.setContentType( "text/xml; charset=ISO-8859-1" ); and send the document by PrintWriter, but I have a problem in IE 6. The xml encoding changes to UTF-8, and IE doesn't like the french characters. Any idea what I can do about this? Thanks Lea _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
