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
133dab7a
Commit
133dab7a
authored
Oct 04, 2019
by
Kim Mortimer
Browse files
Correct mistake in | parsing
parent
69f674be
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/index-fields/index.xsl
View file @
133dab7a
...
...
@@ -159,7 +159,7 @@
<xsl:value-of
select=
"substring-before(substring-after(substring-after(substring-after(./gmd:identificationInfo/MER:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:otherCitationDetails/gco:CharacterString, '|'), '|'), '|'), '|')"
/>
</citationTitle>
<citationRemainder>
<xsl:value-of
select=
"substring-
before(substring-
after(substring-after(substring-after(substring-after(./gmd:identificationInfo/MER:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:otherCitationDetails/gco:CharacterString, '|'), '|'), '|'),
'|'),
'|')"
/>
<xsl:value-of
select=
"substring-after(substring-after(substring-after(substring-after(./gmd:identificationInfo/MER:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:otherCitationDetails/gco:CharacterString, '|'), '|'), '|'), '|')"
/>
</citationRemainder>
</xsl:if>
...
...
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