xmlDecode

Converts XML encoded strings to plain text.

Syntax

xmlDecode(string)

Parameters

string

Specifies the string to be converted. The original string is not modified.

Returns

Returns a string without any XML encoded characters.

Remarks

Characters represented by a #nn sequence are converted to their plain text equivalent characters. For example, the string sequence of #39 is converted to a single quote character.