ParseXmlFromURL method: Document class
Syntax
ParseXmlFromURL(URL [, validate])
Description
Use this method to generate a document from the XML schema definition provided at the specified URL.
Parameters
| Parameter | Description |
|---|---|
|
URL |
Specifies the URL as a string. |
|
validate |
Specifies a Boolean value indicating whether to validate the XML document as it is generated. |
Returns
A Boolean value: True if a document (or a valid document) was generated, False otherwise.