add workflow actions for manipulating server_state
This commit is contained in:
parent
b7b04a61d6
commit
c86c9fe9f4
14 changed files with 141 additions and 24 deletions
File diff suppressed because one or more lines are too long
|
@ -337,9 +337,22 @@
|
|||
<xsl:apply-templates select="@Language" mode="oai_dc" />
|
||||
<!-- dc:rights -->
|
||||
<xsl:apply-templates select="Licence" mode="oai_dc" />
|
||||
<!-- dc:coverage -->
|
||||
<xsl:apply-templates select="GeolocationBox" mode="oai_dc" />
|
||||
</oai_dc:dc>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="GeolocationBox" mode="oai_dc">
|
||||
<dc:coverage>
|
||||
<xsl:value-of select="concat(
|
||||
'SOUTH-BOUND LATITUDE: ', @Xmin,
|
||||
' * WEST-BOUND LONGITUDE: ', @Ymin,
|
||||
' * NORTH-BOUND LATITUDE: ', @Xmax,
|
||||
' * EAST-BOUND LONGITUDE: ', @Ymax
|
||||
)" />
|
||||
</dc:coverage>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="TitleMain" mode="oai_dc">
|
||||
<dc:title>
|
||||
<xsl:value-of select="@Value"/>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue