<?php $dom = new DOMDocument; $dom->loadXML('<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>'); $dummy = new DOMDocument; $dummy->loadXML('<element xmlns="http://www.w3.org/2001/XMLSchema" name="username" type="string"/>'); $dom->documentElement->appendChild($dom->importNode($dummy->documentElement)); echo $dom->saveXML();
You have javascript disabled. You will not be able to edit any code.