xml_escape

Escapes the characters '<', '>' and '&' with named character entities. Taken from module cmd.Highlight;

const(char)[]
xml_escape
(
const(char)[] text
)

Meta