CustomXMLNodes Object
Contains a collection of CustomXMLNodes objects representing the XML nodes in a document.
Note
|
|---|
| References to DTDs from custom XML parts are not supported. DTD references in custom XML parts will not resolve, and custom XML parts containing DTD references generate an exception when an attempt is made to save the file's content to a flat XML file. |
Remarks
The Attributes and the ChildNodes properties return collections of nodes of this type.
Example
The following example selects one or more matching the XPath expression.
| Visual Basic for Applications |
|---|
|
Note