You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2004/10/26 11:07:43 UTC

[jira] Closed: (AXISCPP-223) when an string element contain "<" ">", the extracted result lost some of content

     [ http://issues.apache.org/jira/browse/AXISCPP-223?page=history ]
     
Samisa Abeysinghe closed AXISCPP-223:
-------------------------------------

     Resolution: Fixed
    Fix Version: 1.3 Final

As per MENG Xinxin's comment this issue is fixed with AXISCPP-184

> when an string element contain "<" ">", the extracted result lost some of content
> ---------------------------------------------------------------------------------
>
>          Key: AXISCPP-223
>          URL: http://issues.apache.org/jira/browse/AXISCPP-223
>      Project: Axis-C++
>         Type: Bug
>   Components: XML parser abstraction layer
>  Environment: xerces 2.5 and xerces 2.6
>     Reporter: MENG Xinxin
>      Fix For: 1.3 Final
>  Attachments: XercesHandler.cpp-1.8.diff
>
> when using Xerces parser, xml element such as: <some>&lt;String&gt;</some>, would only get the last ">", other content lost.
> reasons maybe: xerces parser call XercesHandler::characters() twice,
> the first time return content "<String", and the second time return ">". the second value cover the first one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira