On this Page

    _fromXmlString

    (As of 3.2.001.06)

    Convert an XML-encoded string to plain text.

    Syntax

    _fromXmlString(string)

    Parameters

    string is an XML-encoded string value to be converted.

    Standard set of XML symbols that has to be escaped are handled - <>'"&.

    Returned Value

    Returns the resulting unencoded string

    Example

    _fromXmlString("<>'\"&"); // " <>'"&"

    See Also

    _toXmlString