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('<Hello " World>') returns '<Hello " World>'
|
See also:
|
The Online Samples project (program XM21)
|