wwXMLState::LoadXML
Loads an XML string or loads an XML document from a URL or file.
o.LoadXML(lcXML, llUrl)
.T. or .F.
Parameters
lcXML
XML string to be used to hold the property values.
Alternately this parameter can be a URL or filename to load the XML from. In that case set the llUrl property.
llUrl
If you're loading XML from a URL or file use this property.