ParseFile Method
See Also Example Applies To
The passed file name is used to locate a file with the contents of the DTD and parse it.
Syntax
object.ParseFile (PathName)
| Part |
Description |
| object |
An object expression that evaluates to an XMLDTD object. |
| PathName |
Required. A string with the path to the DTD. |
Remarks
This method uses simple file access methods built into Visual Basic and therefore can only access a local file held on the machine or a network share mapped to a virtual disk.
The method decodes the file and passes the responsibility of processing it to the ParseString method.
|