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
0ce00f12
Commit
0ce00f12
authored
Sep 19, 2019
by
Kim Mortimer
Browse files
Acquisition still not working...
parent
80107b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/index-fields/index.xsl
View file @
0ce00f12
...
...
@@ -928,21 +928,24 @@
</xsl:for-each>
</xsl:for-each>
<xsl-for-each
select=
"gmi:acquisitionInformation/*"
>
<operationDetails>
<xsl:for-each
select=
".//gmi:MI_Operation/*[name() != 'gmi:platform']"
>
<xsl:for-each
select=
".//gmi:MI_Operation/*[name() != 'gmi:platform']"
>
<operationDetails>
<xsl:value-of
select=
"name()"
/>
:
<xsl:value-of
select=
"."
/>
</xsl:for-each>
</operationDetails>
<platformDetails>
<xsl:for-each
select=
".//gmi:MI_Platform/*[name() != 'gmi:instrument']"
>
</operationDetails>
</xsl:for-each>
<xsl:for-each
select=
".//gmi:MI_Platform/*[name() != 'gmi:instrument']"
>
<platformDetails>
<xsl:value-of
select=
"name()"
/>
:
<xsl:value-of
select=
"."
/>
</xsl:for-each>
</platformDetails>
<instrumentDetails>
<xsl:for-each
select=
".//gmi:instrument/gmi:MI_Instrument/*"
>
</platformDetails>
</xsl:for-each>
<xsl:for-each
select=
".//gmi:MI_Instrument"
>
<instrumentDetails>
<xsl:value-of
select=
"name()"
/>
:
<xsl:value-of
select=
"."
/>
</
xsl:for-each
>
</
instrumentDetails>
</
instrumentDetails
>
</
xsl:for-each>
</xsl-for-each>
<!-- Service/dataset relation. Create document for the association.
Note: not used for indicators anymore
...
...
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