I write $xml = new DOMDocument();
and it automatically creates <?xml version="1.0"?>
. I need to NOT create it. How do i do that?
One solution is to search the first ">" and strsub at the index at the first < found. But i like a nicer way to do this.