LoadFromStringlist (XmlDoc/XmlNode function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 1: Line 1:
<span style="font-size:120%; color:black"><b>Deserialize Stringlist into XmlDoc</b></span>
{{Template:XmlDoc/XmlNode:LoadFromStringlist subtitle}}
[[Category:XmlDoc methods|LoadFromStringlist obsolete function]]
[[Category:XmlDoc methods|LoadFromStringlist obsolete function]]
[[Category:XmlDoc API methods]]
[[Category:XmlDoc API methods]]
Line 13: Line 13:
contained in a Stringlist object.
contained in a Stringlist object.
This functionality is entirely available in the [[LoadXml (XmlDoc/XmlNode function)|LoadXml]].
This functionality is entirely available in the [[LoadXml (XmlDoc/XmlNode function)|LoadXml]].
===Syntax===
==Syntax==
   [%pos =] doc:LoadFromStringlist(strLst, [options])
   [%pos =] doc:LoadFromStringlist(strLst, [options])

Revision as of 15:20, 23 January 2011

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

[Requires Janus SOAP]

LoadFromStringlist is a member of the XmlDoc class.

Deprecated as of Sirius Mods version 6.8, this callable function converts to an XmlDoc tree a text representation of an XML document contained in a Stringlist object. This functionality is entirely available in the LoadXml.

Syntax

  [%pos =] doc:LoadFromStringlist(strLst, [options])