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 bu...@apache.org on 2004/04/08 21:49:44 UTC

DO NOT REPLY [Bug 28295] New: - English cleanups

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28295>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28295

English cleanups

           Summary: English cleanups
           Product: Xerces-C++
           Version: 2.5.0
          Platform: Other
               URL: http://xml.apache.org/xerces-c/program-others.html
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Documentation
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: jlquinn@us.ibm.com


The following paragraph:

If C++ Namespace support is ENABLED (all the binary distributions of Xerces-C++
2.5.0 are built with C++ Namespace enabled), users' applications must namespace
qualified all the Xerces-C++ classes/data/variables with "xercesc::" or add the
"using namespace xercesc"  clause. Users also need to ensure all forward
declarations are properly qualified or scope. For example

should read:

If C++ Namespace support is ENABLED (all the binary distributions of Xerces-C++
2.5.0 are built with C++ Namespace enabled), users' applications must namespace
qualify all the Xerces-C++ classes/data/variables with "xercesc::" or add the
"using namespace xercesc"  clause. Users also need to ensure all forward
declarations are properly qualified or scoped. For example

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org