XML-JSP content Type problem
Hi All,
Please help me out.
I am using AJAX and hence the have to display the response obtained from server in javascript variable on the screen and keep on refreshing it.
The problem here is that I am getting the entire XML along with tags as string (or Text) from the server as response and now I have to display it on the screen. The content type of jsp page will be automatically set to HTML since it will be having other HTML tags like <script>. Now how do i display that xml on the screen with content type as XML. Is it possible using Frames? I tried it but no success.
Note: Xml is mapped with XSL and standalone is working fine.

