Skip to content

Commit

Permalink
add minimum import setting
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBorchert committed Jan 17, 2024
1 parent 171ad3d commit dd5c310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/xsl/pica2mods_dfi.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<xsl:call-template name="modsRelatedItem" />
<xsl:call-template name="modsSubject" />
<xsl:call-template name="modsDfiFIVSubject" />
<xsl:call-template name="modsDfiSpecific" />
</mods:mods>
</xsl:template>

Expand Down Expand Up @@ -74,6 +75,11 @@
</xsl:for-each>
</xsl:template>

<xsl:template name="modsDfiSpecific" >
<mods:accessCondition type="use and reproduction" xlink:href="http://www.mycore.org/classifications/mir_licenses#rights_reserved" xlink:type="simple"/>
<mods:genre type="intern" authorityURI="http://www.mycore.org/classifications/mir_genres" valueURI="http://www.mycore.org/classifications/mir_genres#article"/>
</xsl:template>

<xsl:template match="zs:searchRetrieveResponse">
<xsl:apply-templates select="//p:record" />
</xsl:template>
Expand Down

0 comments on commit dd5c310

Please sign in to comment.