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 looks like follows:
- <Content Author Component Version> - <Root Key Caption Image ImageAlignment Expanded> - <Node Key Caption Image ImageAlignment Expanded> - <Node Key Caption Image ImageAlignment Expanded/> - <Node Key Caption Image ImageAlignment Expanded> - <Node Key Caption Image ImageAlignment Expanded/> - <Node Key Caption Image ImageAlignment Expanded> </Node> .... - <Assistants> <Assistant Caption Left Image ImageAlignment /> </Assistants> </Node> .... - <Assistants> <Assistant Caption Left Image ImageAlignment /> </Assistants> </Node> - <Assistants> <Assistant Caption Left Image ImageAlignment /> </Assistants> </Root> </Content>