Initializing help system before first use

xmlencode

xmlencode


Purpose
Encode a text string for XML.
Synopsis
function xmlencode(t:text):text
Argument
text to encode
Further information
Encode a text string for XML by replacing control characters (<, >, &, ', ") by their encoded equivalent.
Related topics
Module