Closed GoogleCodeExporter closed 9 years ago
You can't put XML inside a <pre> element and expect it to display properly.
You need to escape angle brackets.
Instead of
<pre><xml></pre>
try
<pre><xml></pre>
or
<xmp><xml></xmp>
Original comment by mikesamuel@gmail.com
on 30 Mar 2012 at 2:39
Original issue reported on code.google.com by
icyleaf.cn
on 1 Mar 2012 at 1:47Attachments: