1
vote
Is adding elements between elements with Jython and dom4j possible?
I don't know much about dom4j specifically, but I would do it like this:
Copy all child nodes of div#content into a list, then delete its children.
Insert the fi …
