I\'m trying to remove the \"druzenje\" element by the \'id\' attribute. I know that for that to happen, i have to remove all the child nodes from that element.
&
$element = $this->dom->getElementById($id); $element->parentNode->removeChild($element);