How to display XML inside JSP without parsing
807601May 26 2008 — edited May 27 2008Hi Friends,
I have an XML packet that i would like to display on the JSP as-is without parsing, but the JSP is parsing that XML packet and not displaying anything.
I tried changing the content type from "text/html" to "text/xml" but it did not worked.
So, can someone please tell me what needs to be done to display the xml packet as-is e.g.
<element>
<one a="true">
</element>