Show TOC

Function documentationXML Loader Locate this document in the navigation structure

 

This action is used to load any XML content from a URL or a file reference. The string content that represents the XML is assigned to a property. Some requests for XML require authentication, so there are optional properties that pass user name and password credentials to a request.

Features

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

Property

Data Type

Access

Use

SourceURL

String

In and out

Controls the URL that is used to load the XML content. For more information, see HTML Loader.

XmlContent

XML

Out

Contains the content of the loaded HTML page. If the load attempt fails, it contains an empty XML document.

The following properties also apply to this action.

  • Timeout

  • LoginName

  • LoginPassword

  • Success

For more information, see HTML Loader.