Skip to content

Commit

Permalink
#541 Retain mods:accessCondition in thunibib-mods-filter-supported.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Apr 29, 2024
1 parent 2dbf6ed commit 695089b
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<xsl:template match="mods:mods">
<xsl:copy>
<xsl:apply-templates
select="mods:genre|mods:titleInfo|mods:typeOfResource|mods:name|mods:classification|mods:originInfo|mods:dateIssued|mods:physicalDescription|mods:identifier|mods:relatedItem|mods:note|mods:extension|mods:location|mods:subject|mods:abstract|mods:language"/>
select="mods:genre|mods:accessCondition|mods:titleInfo|mods:typeOfResource|mods:name|mods:classification|mods:originInfo|mods:dateIssued|mods:physicalDescription|mods:identifier|mods:relatedItem|mods:note|mods:extension|mods:location|mods:subject|mods:abstract|mods:language"/>
</xsl:copy>
</xsl:template>

Expand Down Expand Up @@ -137,7 +137,7 @@
<xsl:copy>
<xsl:copy-of select="@type"/>
<xsl:apply-templates
select="mods:genre|mods:titleInfo|mods:name|mods:classification|mods:originInfo|mods:dateIssued|mods:identifier|mods:relatedItem|mods:location|mods:part"/>
select="mods:genre|mods:accessCondition|mods:titleInfo|mods:name|mods:classification|mods:originInfo|mods:dateIssued|mods:identifier|mods:relatedItem|mods:location|mods:part"/>
</xsl:copy>
</xsl:template>

Expand Down Expand Up @@ -178,4 +178,9 @@
<xsl:call-template name="copy-and-apply"/>
</xsl:template>

<xsl:template
match="mods:accessCondition|mods:accessCondition[@type='use and reproduction']|mods:accessCondition/@type|mods:accessCondition/@xlink:href|mods:accessCondition/@xlink:type">
<xsl:call-template name="copy-and-apply"/>
</xsl:template>

</xsl:stylesheet>

0 comments on commit 695089b

Please # to comment.