I have a previously generated XML like this:
Try
$section = $dom->documentElement->insertBefore( $dom->createElement('section'), $shop) );
where $shop points to the element.
$shop