Hello,

I try to create an XML this form (with dom4j 1.6.1):

<root xmlns:yyy="xxxxx">
    <level1 xmlns:yyy="xxxxx"/>
</root>

I did not success to have xmlns:yyy="xxxxx" appear in the level1
element, is it something possible with DOM4J ? It seems that it's not
possible to add the namespace information to the child element if it's
already included in a parent element. Is there a workaround ?

Thanks.

AP

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to