Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Loads an XML document from the specified location.
Syntax
boolValue = oXMLDOMDocument.load(url)
Parameters
- url
- String containing a universal resource locator (URL) that specifies the location of the XML file.
Returns
Boolean. Returns true if the load succeeded; returns false if the load failed.
Remarks
If the URL cannot be resolved or accessed or does not reference an XML document, this method returns an error and sets the IDOMDocument object's documentElement property to null.
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.