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 "Lahiru Gunathilake (JIRA)" <ji...@apache.org> on 2010/05/04 09:14:56 UTC

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

    [ https://issues.apache.org/jira/browse/WSCOMMONS-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863698#action_12863698 ] 

Lahiru Gunathilake commented on WSCOMMONS-94:
---------------------------------------------

Are we going to do this for the coming axiom release ?

Lahiru

> 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.