The XML Document Define action is used to create an xml document object in memory which can then be used with other XML actions that use an XML object.

The actions that can use this XML Document Object are:

After performing an operation on an XML Object (eg. editing a value, deleting an attribute, etc) and you wish to save the XML Object as a file, you need to use the XML Save Document Action action.

XML Document Name

The name to refer to this internal xml document

Create Document

The document can be created by reading an xml file, an empty document, or by entering text

MSXML Parser Page

This page allows you to set some options which affect the parser when it loads the XML. See the XML Parser Options topic for details.

The parser options set which are set by the Document Define action will be used by every action which uses this XML Document object.