Code
xml
<?xml version="1.0"?>
<content>
<code><![CDATA[
if (x < 5 && y > 3) {
console.log("<not a tag>");
}
]]></code>
<text>Normal text uses & < > for escaping</text>
</content>Escape blocks of literal text.
<?xml version="1.0"?>
<content>
<code><![CDATA[
if (x < 5 && y > 3) {
console.log("<not a tag>");
}
]]></code>
<text>Normal text uses & < > for escaping</text>
</content>