DOMDocument-防止空标记//检索没有xml声明的节点
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DOMDocument-防止空标记//检索没有xml声明的节点相关的知识,希望对你有一定的参考价值。
the LIBXML parameter is what this snippet is about. Also this is one way to retrieve XML without having a XML-declaration prepended
$dom->saveXML($this->documentElement, LIBXML_NOEMPTYTAG);
以上是关于DOMDocument-防止空标记//检索没有xml声明的节点的主要内容,如果未能解决你的问题,请参考以下文章
防止 DOMDocument::loadHTML() 转换实体
如何防止 PHP 的 DOMDocument 编码 html 实体?
警告:DOMDocument::loadXML():需要开始标记,在实体中找不到“<”