Fernando,

The right mailing list for purely Axiom related questions is
us...@ws.apache.org.

Andreas

On Fri, Feb 4, 2011 at 13:08, Fernando Cesar Silva
<fsi...@synchro.com.br> wrote:
> Hi,
>
>
>
> There is an issue about Axiom, AXIOM-28, that is assigned for Andreas
> Veithen.
>
> I saw that this bug will be fixed just on Axiom 1.2.12. Is that correct?
>
> I’m experiencing some problems when I try to use the method,
> “AXIOMUtil.stringToOM(SomeString)”, to convert a XML content to a OMElement,
> the method “stringToOM” removes some namespaces.
>
> For example:
>
>
>
> <outerTag xmlns="http://someNamespace";>
>     <innerTag xmlns="http://someNamespace";>
>         <node1>Hello</node1>
>         <node2>Hello</node2>
>     </innerTag>
> </outerTag>
>
>
>
> After to execute the method “stringToOM”, the result is:
>
>
>
> <outerTag xmlns="http://someNamespace";>
>     <innerTag>
>         <node1>Hello</node1>
>         <node2>Hello</node2>
>     </innerTag>
> </outerTag>
>
>
>
> The namespace is removed from the “innerTag”, and I need a namespace on both
> tags.
>
> I would like to know if there is any workaround for this problem.
>
>
>
> Thanks!
>
>
>
> Fernando Cesar da Silva | developer | Phone: +55 19 3794 1608 x.1674
>
> Synchro Solução Fiscal – 17 anos | SPED | NFe | CTe | MCe
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

  • AXIOM-28 Issue Fernando Cesar Silva
    • Re: AXIOM-28 Issue Andreas Veithen

Reply via email to