Api changes in AxiOM --------------------- Key: AXIS2C-1553 URL: https://issues.apache.org/jira/browse/AXIS2C-1553 Project: Axis2-C Issue Type: Bug Components: xml/om Affects Versions: 1.7.0 Reporter: Dmitry Utkin
This is back compatibility bug (with axis-1.6.0). Some necessary functions in axiom/src/om/om_element.c was commented out with #if 0. axiom_element_remove_attribute -- no other remove_attribute function is exists, hard to implement it in user's code. Some other useful functions was commented out like: axiom_element_declare_default_namespace axiom_element_find_namespace_uri I can reimplement it in my project, but this is not so easy. Others developers may use those functions too. Anyway, backcompat is broken if those functions will stay commented. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@axis.apache.org For additional commands, e-mail: c-dev-h...@axis.apache.org