DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7210>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7210 Xerces-C++/1.7 parser can not handle % sign correctly Summary: Xerces-C++/1.7 parser can not handle % sign correctly Product: Xerces-C++ Version: 1.7.0 Platform: HP OS/Version: HP-UX Status: NEW Severity: Critical Priority: Other Component: Validating Parser (DTD) AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Your Xerces-C++/1.7 parser can not handle % sign correctly. If a #PCDATA element contains a value of %, this % will go away. But for %%, sometimes we get %, sometime get %% in the "chars" value of the documentHandler interface function ::characters(const XMLCh* chars, const unsigned int lenght). Do you know why? or we can not simply send "%", in stead, we need to convert % to other string. If so, what string we need to convert to. If not, is there any special setting we forgot to do? Thanks, Yufan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
