Overview
string DXML.StringToXMLAtt ( |
Converts a string into another string that will be able to be stored as an xml string, replacing xml control characters(line breaks, ", ', \, <, >, =) with a different and specific control character which is numerically indexed automatically to identify each character type.
(string) The string to convert.
(string) The character which will replace all of the xml control characters in the string.
CONSTANT |
VALUE |
DESCRIPTION |
"•" |
"•" |
NA |
"¤" |
"¤" |
NA |
"Ґ" |
"Ґ" |
NA |
"¬" |
"¬" |
NA |
(string) Returns the converted string.
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions