set strictxml
set strictxml= { on | off }
This command is an option for turning off strict XML validation checking. It is set to off, by default.
When set strictxml is set to on, strict XML validation checks are done.
Some of the checks are:
• Check that ]]> is only legal as a CDATA section end
• Check for <! followed by either [CDATA or a marked section
• Check for < followed by a character that is not legal as the first character of an element name
Parent topic