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
14704507
Commit
14704507
authored
Oct 09, 2019
by
Kim Mortimer
Browse files
Add error-causing issues from update-fixed-info
parent
5e5813bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/loc/eng/labels.xml
View file @
14704507
...
...
@@ -4873,6 +4873,14 @@
<label>
MERIDIAN DataIdentification
</label>
<description>
Information required to identify a dataset
</description>
</element>
<element
name=
"MER:type"
id=
"54536.0"
>
<label>
MERIDIAN Event Type
</label>
<description>
ISO 19115-2 2018 Instrumentation Event Type code
</description>
</element>
<element
name=
"MER:description"
id=
"53536.0"
>
<label>
MERIDIAN Event Description
</label>
<description>
ISO 19115-2 Instrumentation Event Description
</description>
</element>
<!-- ================================== -->
<!-- blank element for copy/paste
...
...
src/main/plugin/iso19139.MERIDIAN/update-fixed-info.xsl
View file @
14704507
...
...
@@ -40,6 +40,8 @@
xmlns:gmx=
"http://www.isotc211.org/2005/gmx"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:MER=
"https://meridian.cs.dal.ca/"
xmlns:gn-fn-iso19139.MERIDIAN=
"http://geonetwork-opensource.org/xsl/functions/profiles/iso19139"
xmlns:java=
"java:org.fao.geonet.util.XslUtil"
exclude-result-prefixes=
"#all"
>
<xsl:include
href=
"./convert/functions.xsl"
/>
...
...
@@ -70,7 +72,8 @@
<xsl:variable
name=
"nonMultilingualFields"
select=
"$editorConfig/editor/multilingualFields/exclude"
/>
<xsl:variable
name=
"isSDS"
select=
"count(//gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult/gmd:specification/gmd:CI_Citation/gmd:title/gmx:Anchor[starts-with(@xlink:href, 'http://inspire.ec.europa.eu/metadata-codelist/Category')]) = 1"
/>
<xsl:template
match=
"/root"
>
...
...
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