XmlContainerConfig::setAllowValidation

#include <DbXml.hpp>

void XmlContainerConfig::setAllowValidation(bool value) 

Sets whether to validate XML if it refers to a DTD or XML Schema. If enabled validation is only performed on document insertion or update and not when modified via XQuery Update expressions. The default value is false and is used by container open.

Parameters

value

Set to true in order to validate XML.

Class

XmlContainerConfig

See Also

XmlContainerConfig Methods