I have a very simple XML code. I want to show it in a div but properly styled. I tried run_prettify.js
& use pre tag, but it is not showing raw xml, but parsing it.
Please help.
JSBIn link is jsbin
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>