XMLUni constants incorrect in DOM Programming Guide
---------------------------------------------------

                 Key: XERCESC-1841
                 URL: https://issues.apache.org/jira/browse/XERCESC-1841
             Project: Xerces-C++
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 3.0.0
            Reporter: Fred Richards
            Priority: Minor


In the "DOMLSParser section" of the "DOM Programming Guide", the names of the 
following configuration parameters from the XMLUni namespace do not match what 
is actually defined in util/XMLUni.hpp:

In documentation ----> In util/XMLUni.hpp
--------------------------------------------------------
fgDOMCDATASection  ---->  fgDOMCDATASections
fgDOMValidation  -->  fgDOMValidate
fgDOMWhitespaceInElementContent  -->  fgDOMElementContentWhitespace

The second one also appears in the "Constructing a DOMLSParser" programming 
example (which cannot compile as written, even after removing the extra '(' on 
the 34th line (and commenting-out or providing the error-handler code)).





-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to