PHP的 DOMDocument
怎么在根节点前插入数据?
比如我要在<root>前插入:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">结果为:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<root>
  <item>title</item>
</root>