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