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
27f281d1
Commit
27f281d1
authored
Sep 19, 2019
by
Kim Mortimer
Browse files
Path did not work, trying different
parent
9a62d7ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/index-fields/index.xsl
View file @
27f281d1
...
...
@@ -135,8 +135,8 @@
To reduce the risk that our Discovery layer reads in 'citations' from things that are not actually citations,
I use a check for a controlled leading string that would be unlikely to be present in other records. -->
<document>
<xsl:if
test=
"
/
/gmd:identificationInfo/MER:MD_DataIdentification/gmd:citation/gmd:otherCitationDetails/gco:CharacterString[starts-with(text(),'MERIDIAN-CITE-AS: ')]"
>
Here is some generic text that can be used if things are working.
<xsl:if
test=
"
.
/gmd:identificationInfo/MER:MD_DataIdentification/gmd:citation/gmd:otherCitationDetails/gco:CharacterString[starts-with(text(),'MERIDIAN-CITE-AS: ')]"
>
Here is some generic text that can be used if things are working.
It is generated from index.xsl right now.
</xsl:if>
</document>
<uuid>
...
...
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