You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2008/12/09 21:47:44 UTC

[jira] Updated: (WSCOMMONS-94) Namespace declaration cannot be removed from OMElement

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

Andreas Veithen updated WSCOMMONS-94:
-------------------------------------

    Fix Version/s: Axiom 1.3

Setting fix version to 1.3 since the requested enhancement implies a change in Axiom's abstract APIs.

> Namespace declaration cannot be removed from OMElement
> ------------------------------------------------------
>
>                 Key: WSCOMMONS-94
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-94
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>         Environment: Windows
>            Reporter: Toshiro Takase
>            Priority: Critical
>             Fix For: Axiom 1.3
>
>
> Once an useless namespace declaration is declared to an OMElement, the namespace declaration cannot be removed forever.
> In DOM, we can remove namespace declarations by using Element.removeAttribute() .
> But, in AXIOM, we cannot remove namespace declarations by OMElement.removeAttribute() .
> Maybe, we need OMElement.removeDeclaredNamespace() ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.