Indicates whether the parser should validate this document.
Syntax
boolValue = oXMLDOMDocument.validateOnParse objXMLDOMDocument.validateOnParse = boolValue
Remarks
Boolean. The property is read/write. If true, it validates during parsing. If false, it parses only for well-formed XML. Default is True.
This member is an extension of the W3C DOM.
Applies To
XMLDOMDocument