i want to show a xml in a jsp page as it is. Currently when i am displaying it on a jsp page then it is removing all xml structure like nodes and just showing the content. For eg. for
<file>
<name>12345.pdf</name>
<size>70725bytes</size>
<isDirectory>No</isDirectory>
</file>
It is showing on ui as only this:-
<name>12345.pdf</name>
<size>70725bytes</size>
<isDirectory>No</isDirectory>