屏蔽xml出错信息
This commit is contained in:
parent
a3ca40005b
commit
a360f679d7
|
@ -141,7 +141,7 @@ class ISO19115
|
||||||
*/
|
*/
|
||||||
function loadXML($str)
|
function loadXML($str)
|
||||||
{
|
{
|
||||||
$this->dom->loadXML($str);
|
@$this->dom->loadXML($str);
|
||||||
$this->parse();
|
$this->parse();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue