- 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:
parent
e0dcffdf00
commit
cdced81278
6 changed files with 520 additions and 151 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue