<?php $xml = new XMLWriter(); $xml->startDocument('1.0', 'utf-8'); $xml->startElement('agency'); $xml->endElement(); $xml->endDocument(); var_dump($xml->flush());
You have javascript disabled. You will not be able to edit any code.