axis2_om_node_set_previous_sibling does not update links properly
-----------------------------------------------------------------

         Key: AXIS2C-79
         URL: http://issues.apache.org/jira/browse/AXIS2C-79
     Project: Axis2-C
        Type: Bug
  Components: xml/om  
    Versions: Current (Nightly)    
    Reporter: Samisa Abeysinghe


The axis2_om_node_set_previous_sibling method just assing the given parameter 
node to the previous sibling. 
AXIS2_INTF_TO_IMPL(om_node)->prev_sibling = prev_sibling;

What about updating the parent for its first child, etc? I think we have to 
update the other links in the node and the parent as well as the given node.



-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to