Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
iso19139.MERIDIAN
Commits
8f86f5d2
Commit
8f86f5d2
authored
Sep 27, 2019
by
Kim Mortimer
Browse files
Another attempt at datetype
parent
1401e6c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/index-fields/index.xsl
View file @
8f86f5d2
...
...
@@ -971,12 +971,12 @@
as=
"xs:string?"
/>
<xsl:variable
name=
"date"
select=
"string(gmd:date[1]/gco:Date|gmd:date[1]/gco:DateTime)"
/>
<operationGenericThing><xsl:value-of
select=
"{$dateType}"
/></operationGenericThing>
<operationDate><xsl:value-of
select=
"$date"
/></operationDate>
</xsl:for-each>
<xsl:apply-templates
mode=
"index-contact"
select=
"gmi:citation/gmd:CI_Citation/gmd:citedResponsibleParty"
>
<xsl:with-param
name=
"fieldSuffix"
select=
"'
o
peration
Party
'"
/>
<xsl:with-param
name=
"fieldSuffix"
select=
"'
ForO
peration'"
/>
</xsl:apply-templates>
</xsl:for-each>
...
...
@@ -984,7 +984,7 @@
<platformIdentifier><xsl:value-of
select=
"./gmi:identifier/gmd:MD_Identifier/gmd:code/gco:CharacterString"
/></platformIdentifier>
<platformDescription><xsl:value-of
select=
"./gmi:description/gco:CharacterString"
/></platformDescription>
<xsl:apply-templates
mode=
"index-contact"
select=
"gmi:sponsor"
>
<xsl:with-param
name=
"fieldSuffix"
select=
"'
p
latform
Party
'"
/>
<xsl:with-param
name=
"fieldSuffix"
select=
"'
ForP
latform'"
/>
</xsl:apply-templates>
</xsl:for-each>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment