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
6765396f
Commit
6765396f
authored
Sep 26, 2019
by
Kim Mortimer
Browse files
Correct one error
parent
81f9aa07
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/index-fields/index.xsl
View file @
6765396f
...
...
@@ -324,7 +324,7 @@
<xsl:for-each
select=
"gmd:language/gco:CharacterString|gmd:language/gmd:LanguageCode[@codeListValue]"
>
<resourceLanguage>
<xsl:value-of
select=
"
text(.)
"
/>
<xsl:value-of
select=
"
.
"
/>
</resourceLanguage>
</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