Hello James!

There is a little bug in cloning, attributes are not cloned because of:

org.dom4j.tree.AbstractElement.appendAttributes(Element element)

for (Iterator i = attributeIterator(); i.hasNext(); )  // is wrong
for (Iterator i = element.attributeIterator(); i.hasNext(); )  // is right

same way as in appendContent(Element element)

Greetings Theo

PS: I tried to subscribe to dev list, but i'am not shown on the subscriber list?




_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to