ParseWeb Method
See Also Example Applies To
The passed XMLHTTPCall object is used to download a file with the contents of the DTD and parse it.
Syntax
object.ParseWeb (HTTPCall)
| Part |
Description |
| object |
An object expression that evaluates to an XMLDTD object. |
| HTTPCall |
Required. A XMLHTTPCall object which can be executed to retrieve the DTD. |
Remarks
The method downloads the file and passes the responsibility of processing it to the ParseString method.
|