Click to return to the XML (Extensible Markup Language) home page    
XMLDOMDocument url Proper...     XMLDOMDocument Object    
Web Workshop  |  XML (Extensible Markup Language)

validateOnParse Property


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

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLDOMDocument


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.