WriteCDATA
(boolean) Whether to write the data as a CDATA section:
VALUE DESCRIPTION |
|
true |
Write the data as a CDATA section. |
false |
Don't write the data as CDATA. (Default) |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
XML.SetXML
OverviewExamples
XML.SetXML ( string Text )
De s cr ip t ion
Sets the currently loaded XML document to the contents of a string (overwriting its current contents).
Note: For more information on the XML actions, see the XML Actions Concepts topic.
P arame t er s
Text
(string) The XML document. This will replace the contents of the currently loaded XML document.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Z i p
Zip.Add
OverviewExamples
Zip.Add ( string ZipFile,
table Files,
boolean IncludeFolderNames = true,
string Password = "",
number CompFactor = 5,
function CallbackFunction = nil,
boolean Recurse = false )
De s cr ip t ion
Adds files to a Zip archive.
P arame t er s
ZipFile
(string) The full path and file name of the Zip archive file.