This is a read-only property that contains the DOMImplementation object for the document. (A DOM application can use objects from multiple implementations.)
Set objXMLDoc =
CreateObject("Microsoft.XMLDOM")
objXMLDoc.async = False
objXMLDoc.load("library.xml")
Dim objImp
Set objImp = objXMLDoc.implementation
This example creates an Implementation object