in reply to Replace html nodes
So maybe $node->replace_with( $some_other_node->detach )->delete;
$node->replace_with( $some_other_node->detach )->delete [download]