> 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)
I fixed this in the local CVS image a few days ago. I've added a JUnit test
case to make sure this never breaks again too ;-)
Try downloading the daily build (or taking the latest CVS image). I'll be
doing another release before JavaOne too...
I tried to find a link to the email I sent to the dom4j-dev list about this
fix but geocrawler is down again. I must get around to finding a better
archiver, its always down when you need it
> Greetings Theo
Thanks Theo.
> PS: I tried to subscribe to dev list, but i'am not shown on the subscriber
list?
Wierd. I'll try hunt down why thats happening.
James
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-dev