LoadFromStringlist (XmlDoc/XmlNode function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
converts to an <var>xmlDoc</var> 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 <var>stringlist</var> 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 function]].
==Syntax==
==Syntax==
   [%pos =] doc:LoadFromStringlist(strLst, [options])
   [%pos =] doc:LoadFromStringlist(strLst, [options])

Revision as of 15:23, 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 function.

Syntax

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