|
Hi, I asked for help in displaying xml in IE as it is and get little hint. Let me restate the problem. I want to be able to use an output method to directly output from servlet to browser an xml string with the xml tags preserved and the xml structure clearly presented. (The result should be the same as if one clicks on an .xml file). I tried to do response.setContentType("text/xml") before print out and didn't get what I want. (The result is the same as if I use ("text/html"), ("text/plain")); Some Servlet/XML Guru out there please help. Thanks. Jian |
