屏蔽xml出错信息

This commit is contained in:
wlx 2012-12-12 04:22:05 +00:00
parent a3ca40005b
commit a360f679d7
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class ISO19115
*/ */
function loadXML($str) function loadXML($str)
{ {
$this->dom->loadXML($str); @$this->dom->loadXML($str);
$this->parse(); $this->parse();
} }
/** /**