Hi, I looked up the doc for REXML and couldn't find how one can insert an element at a specific position, both the Element and Elements have method to 'add' an element in (I guess) the last position but if I have <a> <b/> <d/> </a> and want to add <c/> in between <b/> and <d/>, how do I do it? Benoit