LOTUSSCRIPT/COM/OLE CLASSES


InputValidationOption property
Example

Read-write. Indicates that if a DTD is specified in the XML declaration statement, it should be used to validate the input XML.

Defined in

NotesDOMParser

Data type

Integer

Syntax

To get: option% = notesDOMParser.InputValidationOption

To set: notesDOMParser.InputValidationOption = option%

Legal values


Example
See Also