LoadFromStringlist (XmlDoc/XmlNode function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (edits, tags and links)
m (edits, tags and links)
Line 2: Line 2:
<var>LoadFromStringlist</var> converts a text representation of an XML document from a <var>stringlist</var> object to an <var>xmlDoc</var> tree.
<var>LoadFromStringlist</var> converts a text representation of an XML document from a <var>stringlist</var> object to an <var>xmlDoc</var> tree.


Deprecated as of <var class="product">[[Sirius Mods|"Sirius Mods"]]</var> Version 6.8, this functionality is entirely available in the <var>[[LoadXml (XmlDoc/XmlNode function)|LoadXml]]</var> function.
Deprecated as of <var class="product">[[Sirius Mods|Sirius Mods]]</var> Version 6.8, this functionality is entirely available in the <var>[[LoadXml (XmlDoc/XmlNode function)|LoadXml]]</var> function.


==Syntax==
==Syntax==

Revision as of 17:45, 4 May 2011

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