InputValidationOption (NotesXSLTransformer - LotusScript®)
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
Data type
Integer
Syntax
To get: option% = notesXSLTransformer .InputValidationOption
To set: notesXSLTransformer .InputValidationOption = option%
Legal values
- VALIDATE_NEVER (0)
(Default) Do not try to validate.
- VALIDATE_ALWAYS (1)
Validate the input.
- VALIDATE_AUTO (2)
If the DTD is specified, validate the input; otherwise, do not validate.