Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
Description
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)).