LoadFromStringlist (XmlDoc/XmlNode function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:XmlDoc/XmlNode:LoadFromStringlist subtitle}}
{{Template:XmlDoc/XmlNode:LoadFromStringlist subtitle}}
[[Category:XmlDoc methods|LoadFromStringlist obsolete function]]
<var>LoadFromStringlist</var> converts a text representation of an XML document from a <var>stringlist</var> object to an <var>xmlDoc</var> tree.
[[Category:XmlDoc API methods]]
 
<!--DPL?? Category:XmlDoc methods|LoadFromStringlist obsolete function: Deserialize Stringlist into XmlDoc-->
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.
<!--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-->
<p>
LoadFromStringlist is a member of the [[XmlDoc class]].
</p>


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 (XmlDoc/XmlNode function)|LoadXml]].
==Syntax==
==Syntax==
  [%pos =] doc:LoadFromStringlist(strLst, [options])
{{Template:XmlDoc/XmlNode:LoadFromStringlist syntax}}
 
==See also==
<ul><li>The <var>[[LoadXml (XmlDoc/XmlNode function)|LoadXml]]</var> function.
</ul>
{{Template:XmlDoc/XmlNode:LoadFromStringlist footer}}

Latest 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