LoadFromStringlist (XmlDoc/XmlNode function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 5: Line 5:
<!--DPL?? Category:XmlDoc API methods|LoadFromStringlist (obsolete XmlDoc function): Deserialize Stringlist into XmlDoc-->
<!--DPL?? Category:XmlDoc API methods|LoadFromStringlist (obsolete XmlDoc function): Deserialize Stringlist into XmlDoc-->
<!--DPL?? Category:System methods|LoadFromStringlist (obsolete XmlDoc function): Deserialize Stringlist into XmlDoc-->
<!--DPL?? Category:System methods|LoadFromStringlist (obsolete XmlDoc function): Deserialize Stringlist into XmlDoc-->
<p>
LoadFromStringlist is a member of the [[XmlDoc class]].
</p>


Deprecated as of ''Sirius Mods'' version 6.8, this callable function
Deprecated as of <var class="product">Sirius Mods</var> version 6.8, this callable function
converts to an XmlDoc tree a text representation of an XML document
converts to an <var>xmlDoc</var> tree a text representation of an XML document
contained in a Stringlist object.
contained in a <var>stringlist</var> 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:22, 23 January 2011

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

[Requires Janus SOAP]

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])