nodeinsertbefore17 IBM The method insertBefore inserts the node newChild before the existing child node refChild. If refChild is null, insert newChild at the end of the list of children. Using insertBefore on an Element node attempt to insert a text node before its first element child and verify the name of the new first child node. Neil Delima 2002-06-10