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

Damitha Kumarage resolved AXIS2C-1041.
--------------------------------------

    Resolution: Fixed

Since this function void pointer as container we cannot say that this is 
libxml2 specific. A particular parser implementation has the freedom not to 
implement a particular api function if it does not apply to it. So resolve this 
issue as a non-issue

> axiom_xml_reader_create_for_memory expects a libxml data type, denying parser 
> independent implemention. 
> --------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1041
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1041
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: xml/parser
>            Reporter: Ruwan Janapriya
>
> the function axiom_xml_reader_create_for_memory is allowing type 
> AXIS2_XML_PARSER_TYPE_DOC (4th parameter). Under this type its container (2nd 
> Parameter) should be a variable of xmlDoc type. Since this function should be 
> independent from the parser (libxml wrapper or GUTHTHILA) it is been using, 
> it needed to be corrected.

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

Reply via email to