Cannot create empty value in XML node
I am trying to append a child element to XML node
$rel->appendChild($domtree->createElement('title',NULL));
I want it to output like this
But I got this instead
How to create this with an empty value ?