Microsoft XML 2.5 SDK


 

validateOnParse Property

[This is preliminary documentation and subject to change.]

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