Type | Description | |||
Source as Variant | An indicator of the object that specifies the source for the XML document. The object can represent a file name, a URL, an IStream, a SAFEARRAY, or an IXMLDOMDocument. |
Return | Description | |||
Boolean | A boolean expression that specifies whether the XML document is loaded without errors. If an error occurs, the method retrieves a description of the error occurred. |
The XML Format of the file is:
- <Content Author Component Version ...> - <Pools> <Pool ID ... /> ... </Pools> - <Elements> <Element ID ... /> ... </Elements> - <Links> <Link ID ...> </Link> </Links> </Content>