Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Loads an XML document using the supplied string.
Syntax
boolValue = oXMLDOMDocument.loadXML(xmlString)
Parameters
- xmlString
- String containing the XML string to load into this XML document object. This string can contain an entire XML document or a well-formed fragment.
Returns
Boolean. Returns true if the XML load succeeded. Returns false and sets the DOMDocument object's documentElement property to NULL if the XML load failed.
Remarks
Calling load or loadXML on an existing document immediately discards the content of the document.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.