JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. xmlencode xmlencode Purpose Encode a text string for XML. Synopsis function xmlencode(t:text):text Argument t text to encode Further information Encode a text string for XML by replacing control characters (<, >, &, ', ") by their encoded equivalent. Related topics xmldecode Module mmxml Parent Topic Procedures and functions