I have a string with XML:
$string = \" Shoue \"; <
I searched for a solution to have slightly coloured output:
$escaped = htmlentities($content); $formatted = str_replace('<', '<', $escaped); $formatted = str_replace('>', '>', $formatted); echo "$formatted\n";
$formatted