LoadXml

Loads an XML document from a string.

SYNTAX

Without namespaces preservation option:

LoadXML(string xml)

With namespaces preservation option:

 LoadXML(string xml, bool stripOutNamespaces)

ARGUMENTS

xml String containing the XML document
stripOutNamespaces

TRUE = Removes namespace prefixes and definitions

FALSE = Preserves namespace prefixes and definitions