Show TOC

Function documentationXML Saver Locate this document in the navigation structure

 

This action is used to save XML content. If the action is successful, the content is saved to a file.

Features

The properties for this action are listed in the following table:

Property

Data Type

Access

Use

XMLContent

String

In and out

Specifies the XML content to be written to a file. The XML content must be well-formed.

Path

String

In and out

Specifies the file name and path for receiving the XML content. You can use a URL or full directory file name path, for example, c:\Illuminator\Templates\QueryTemplate.xml. Use forward slashes (/) in Web URL references. A backslash (\) represents an escape character.

Success

Boolean

Out

Indicates whether the action succeeded or failed. If it failed, errors are displayed in the server trace log.