update ISO19115 class,add force symbel on $cittype field
This commit is contained in:
parent
11ae528c5e
commit
9405317f76
|
@ -379,7 +379,7 @@ class ISO19115
|
||||||
//项目支持信息
|
//项目支持信息
|
||||||
@$this->suppinfo=$this->dom->getElementsByTagName('suppInfo')->item(0)->nodeValue;
|
@$this->suppinfo=$this->dom->getElementsByTagName('suppInfo')->item(0)->nodeValue;
|
||||||
//DOI,自定义项
|
//DOI,自定义项
|
||||||
$cittype=$this->dom->getElementsByTagName('citIdType')->item(0)->nodeValue;
|
@$cittype=$this->dom->getElementsByTagName('citIdType')->item(0)->nodeValue;
|
||||||
if ($cittype=='DOI')
|
if ($cittype=='DOI')
|
||||||
$this->doi=$this->dom->getElementsByTagName('citId')->item(0)->nodeValue;
|
$this->doi=$this->dom->getElementsByTagName('citId')->item(0)->nodeValue;
|
||||||
//数据大小,以MB为单位
|
//数据大小,以MB为单位
|
||||||
|
|
Loading…
Reference in New Issue