Bugs item #747539, was opened at 2003-06-02 07:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=747539&group_id=16035

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Another DOMWriter bug

Initial Comment:
Version 1.4:

When creating an "org.dom4j.dom.DOMDocument" 
using DOMWriter from an existing org.dom4j.Document 
tree, namespace declarations are duplicated.  

Within the appendDOMTree(Document, Node, Element) 
method, namespace decl nodes are added to the 
domElement with writeNamespace and then added 
again with domElement.setAttribute.

As a result, when the document is written using 
XMLWriter, each namespace declaration is written twice.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=747539&group_id=16035


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to