When using DocumentHelper.makeElement(root, "a/b id='1'/c") the
resulting xml document is not valid because the "id" attribute is also
appended to the end tag.
<a>
<b id='1'>
<c/>
</b id='1'>
</a>
This appears to be a bug. Yes/No?_______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
