Skip to content

Commit

Permalink
Metawal / Record view / Custom citation / Add creation date as fallback.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Feb 14, 2024
1 parent d4ef7e1 commit 34ebf73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<xsl:variable name="dates"
select="$metadata/mdb:identificationInfo/*/mri:citation/*/cit:date/*[
cit:dateType/*/@codeListValue =
('publication', 'revision')]/
('publication', 'revision', 'creation')]/
cit:date/gco:*[. != '']"/>

<xsl:variable name="publicationDates" as="node()*">
Expand Down

0 comments on commit 34ebf73

Please sign in to comment.