Overview
Sets the value of an element.
(string) The name of the XML table.
(string) The full path to the element whose value you want to set.
(string) The value you want the element to have.
(boolean) Whether to write the data as a CDATA section:.
Value |
Description |
true |
Write the data as a CDATA section. |
false |
(Default) Don't write the data as CDATA. (Default) |
Nothing.
See also: Related Actions