LoadFromStringlist (XmlDoc/XmlNode function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Deserialize Stringlist into XmlDoc (obsolete) (XmlDoc and XmlNode classes)

[Requires Janus SOAP]

LoadFromStringlist converts a text representation of an XML document from a stringlist object to an xmlDoc tree.

Deprecated as of Sirius Mods Version 6.8, this functionality is entirely available in the LoadXml function.

Syntax

[%number =] nr:LoadFromStringlist( sl, [string]) Throws XmlParseError

See also