In REXML I can add an element as a child to another element with the method add_element. But it adds the element as the last child. Is there any way to add the element as the first child?
Regards,
Koen Vervloesem
···
--
"A man with a watch knows what time it is. A man with two watches is never sure." (Segal's Law)
In REXML I can add an element as a child to another element with the
method add_element. But it adds the element as the last child. Is there
any way to add the element as the first child?