Hi

I have a small problem with adding elements.

I got a document that looks something like this:

Doc 
 |
 --- Header
 |
 |
 --- Footer

On the document handler class (my class) there is a method called add
element. This element should be placed in between the header and the footer
i.e: 

Doc 
 |
 --- Header
 |
 -> (new element)
 |
 --- Footer

My problem is that I can not figure out how to add a elemnt to a specific
position in a document. 

Help... please... 

Cheers Christian Holmqvist

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

Reply via email to