You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Fred Richards (JIRA)" <xe...@xml.apache.org> on 2008/11/11 19:07:44 UTC

[jira] Created: (XERCESC-1841) XMLUni constants incorrect in DOM Programming Guide

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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Closed: (XERCESC-1841) XMLUni constants incorrect in DOM Programming Guide

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1841.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1.0
                   3.0.1
         Assignee: Boris Kolpackov

Fixed for 3.0.1 and 3.1.0. Thanks for reporting this!


> 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
>            Assignee: Boris Kolpackov
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0
>
>
> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org