Microsoft XML 2.5 SDK


 

IXMLDOMDocument::put_validateOnParse Method

[This is preliminary documentation and subject to change.]

Indicates whether the parser should validate this document.

Visual Basic Syntax

objXMLDOMDocument.validateOnParse = boolValue

C/C++ Syntax

HRESULT put_validateOnParse(

    VARIANT_BOOL *isValidating);

Parameters

isValidating

[out]
If true, validates during parsing. If false, parses only for well-formed XML.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.