增加时间点的判断
This commit is contained in:
parent
334403081a
commit
f99e98f2c7
|
@ -111,6 +111,10 @@
|
||||||
<li>结束时间:<xsl:value-of select="end"/></li>
|
<li>结束时间:<xsl:value-of select="end"/></li>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</ol>
|
</ol>
|
||||||
|
<ol><xsl:for-each select="//Metadata/dataIdInfo/dataExt/tempEle/TempExtent/exTemp/TM_GeometricPrimitive/TM_Instant">
|
||||||
|
<li>日期:<xsl:value-of select="//tmPosition/TM_CalDate/calDate"/></li>
|
||||||
|
</xsl:for-each>
|
||||||
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
<li><h4 style="background-color:#DEE2E4">本数据的引用</h4>
|
<li><h4 style="background-color:#DEE2E4">本数据的引用</h4>
|
||||||
<ol>
|
<ol>
|
||||||
|
|
Loading…
Reference in New Issue