Microsoft XML SDK 2.6 - XML Reference

validateOnParse Property

Indicates whether the parser should validate this document.

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. The default is True.

This member is an extension of the W3C DOM.

See Also

Applies To: DOMDocument Object