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 "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2009/11/18 06:44:39 UTC

[jira] Closed: (XERCESC-372) Xerces-C++/1.7 parser can not handle % sign correctly

     [ https://issues.apache.org/jira/browse/XERCESC-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-372.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1
         Assignee:     (was: Xerces-C Developers Mailing List)

Assuming fixed in the latest release.

> Xerces-C++/1.7 parser can not handle % sign correctly
> -----------------------------------------------------
>
>                 Key: XERCESC-372
>                 URL: https://issues.apache.org/jira/browse/XERCESC-372
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Validating Parser (DTD)
>    Affects Versions: 1.7.0
>         Environment: Operating System: HP-UX
> Platform: HP
>            Reporter: Yufan Zhang
>             Fix For: 3.0.1
>
>
> 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

-- 
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