Hi,

I have un OMElement element like that:
<a xmlns:ns4="http://ns4/text";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="ns4:att1"&gt
<b xsi:type="ns4:att2" uri="http://uri"/&gt
</a&gt

when i do:
element.getFirstElement()

i got:
<b xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="ns4:att2" uri="http://uri"; /&gt

the declaration of ns4 don't appear in the result

how can i fix that ?

thanks

-- 
View this message in context: 
http://www.nabble.com/Axiom-and-xsi%3Atype-tp19711163p19711163.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to