Load

Loads XML data from a URL.

SYNTAX

Without namespaces preservation option:

Load(string filename)

With namespaces preservation option:

Load(string filename, bool stripOutNamespaces)

ARGUMENTS

filename URL of the file to load, which contains an XML document. The URL may be a local file path or a HTTP URL (web address).
stripOutNamespaces

TRUE = Removes namespace prefixes and definitions.

FALSE = Preserves namespace prefixes and definitions.