Skip to content

Commit

Permalink
Harvester / Add support for Zenodo / Clean up HTML from abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Jan 6, 2025
1 parent bc00549 commit 36c9bee
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
xmlns:gcx="http://standards.iso.org/iso/19115/-3/gcx/1.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:md="http://www.pangaea.de/MetaData"
xmlns:util="java:org.fao.geonet.util.XslUtil"
exclude-result-prefixes="#all">

<!--
Expand Down Expand Up @@ -176,7 +176,7 @@

<mri:abstract>
<gco:CharacterString>
<xsl:value-of select="metadata/description"/>
<xsl:value-of select="util:html2text(metadata/description, true())"/>
</gco:CharacterString>
</mri:abstract>

Expand Down Expand Up @@ -296,7 +296,7 @@
<mri:associationType>
<mri:DS_AssociationTypeCode
codeList="http://standards.iso.org/iso/19115/resources/Codelists/cat/codelists.xml#DS_AssociationTypeCode"
codeListValue="largerWorkCitation"/>
codeListValue="partOfSeamlessDatabase"/>
</mri:associationType>
<mri:metadataReference xlink:href="{.}" xlink:title="{.}"/>
</mri:MD_AssociatedResource>
Expand Down

0 comments on commit 36c9bee

Please sign in to comment.