<?php $doc = new DOMDocument("1.0"); $node = $doc->createElement("para"); $newnode = $doc->appendChild($node); $newnode->setAttribute("align", NULL); var_dump($newnode->getAttribute("align"));
You have javascript disabled. You will not be able to edit any code.