Salesforce

XMLStr (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

XMLStr (Magic xpa 3.x)

Converts a valid XML data into an Alpha string.

Syntax:

XMLStr(source string)

Parameters:

source string – A valid XML string.

Returns:

The function returns an Alpha string that has replaced the XML reserved characters with standard Alpha characters.

Exceptions:

This function is not supported for Rich Client tasks.

Example:

XMLStr('&lt;Hello &quot; World&gt;') returns '<Hello " World>'

See also:

The Online Samples project (program XM21)

Reference
Attachment 
Attachment