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