validate-if-schema and validate are not mutually exclusive ----------------------------------------------------------
Key: XERCESC-1862 URL: https://issues.apache.org/jira/browse/XERCESC-1862 Project: Xerces-C++ Issue Type: Bug Components: Documentation Affects Versions: 3.0.1 Environment: Windows XP Reporter: Kristian Ivarsson Priority: Minor The documentation for DOMConfiguration obtained using DOMLSParser::getDomConfig() says "validate-if-schema and validate are mutually exclusive, setting one of them to true will set the other one to false." and that doesn't seem to be the case at least not when retrieving them respectively Setting fgDOMValidateIfSchema to true will make getting fgDOMValidate to return true as well and setting fgDOMValidate to false will make getting fgDOMValidateIfSchema to return false Documentation- or DOM-defect ? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org