I make a xml file with dom4j. the content is : <SyncOrderRelationReq xmlns="http://www.monternet.com/dsmp/schemas/"> <VERSION xmlns="">1.5.0</VERSION> the code is: el_sync_order_relation_req.addNamespace("","http://www.monternet.com/dsmp/schemas/"); Element el_version = el_sync_order_relation_req.addElement("VERSION");
now I don't want to appear xmlns="" in <VERSION> how should I eidt my code.thank you!! _______________________________________________ dom4j-user mailing list dom4j-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dom4j-user