Hi,
 
This isn't strictly a Xerces issue, but I know people on this list will be more likely to have an answer to it than anywhere else...
 
My site is generating XML files and delivering them to end users via SSL so they are able to view them in IE and save them to their hard drive. The problem is, when using IE6 on a PC (but not a Mac) when you choose "save as..." from the menu and save the file nothing happens. There is no error, and I do not have "do not save encrypted pages to disk" selected in the IE options.
 
The problem is only occuring when I use SSL, but if I put a static XML file on the server you are able to view and save it fine via SSL.
 
I am generating the XML files from a servlet as follows:
 
res.setContentType("text/xml; charset=UTF-8");
ServletOutputStream out = res.getOutputStream();
out.println("<testXml>Here is some test XML</testXml>");
out.close();
 
What am I doing wrong? I am using JRun4 via Apache 1.3.27 and j2sdk1.4.1_01
 
Cheers,
Andy


Sign up to MSN 8 and get a FREE case of Virgin Wines! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to