- composer updates

- copy solrxslt to root folder for artisan commands
- adapted MessagesTableSeeder.php
- oai_datasite.xslt: publisher is now the creating_corporation
- correct date formats for create-step1.xslt
This commit is contained in:
Arno Kaimbacher 2020-02-20 11:24:34 +01:00
parent e0dcffdf00
commit cdced81278
6 changed files with 520 additions and 151 deletions

View file

@ -58,7 +58,8 @@
<xsl:apply-templates select="TitleAdditional" mode="oai_datacite" />
</titles>
<publisher>
<xsl:value-of select="@PublisherName" />
<!-- <xsl:value-of select="@PublisherName" /> -->
<xsl:value-of select="@CreatingCorporation" />
</publisher>
<publicationYear>
<xsl:value-of select="ServerDatePublished/@Year"/>