Bug 15162: Remove specific test in UNIMARCslim2*.xsl
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
2fa1584940
commit
952ba0eed9
3 changed files with 2 additions and 14 deletions
|
@ -170,10 +170,6 @@
|
|||
<xsl:for-each select="marc:datafield[@tag=995]">
|
||||
<dc:identifier>
|
||||
<xsl:text>LOC:</xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="marc:subfield[@code='c']='MAIN'">Main library</xsl:when>
|
||||
<xsl:when test="marc:subfield[@code='c']='BIB2'">Library 2</xsl:when>
|
||||
</xsl:choose>
|
||||
<xsl:for-each select="marc:subfield[@code='k']">
|
||||
<xsl:text>:</xsl:text>
|
||||
<xsl:value-of select="."/>
|
||||
|
|
|
@ -146,10 +146,6 @@
|
|||
<xsl:for-each select="marc:datafield[@tag=995]">
|
||||
<dc:identifier>
|
||||
<xsl:text>LOC:</xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="marc:subfield[@code='c']='MAIN'">Main library</xsl:when>
|
||||
<xsl:when test="marc:subfield[@code='c']='BIB2'">Library 2</xsl:when>
|
||||
</xsl:choose>
|
||||
<xsl:for-each select="marc:subfield[@code='k']">
|
||||
<xsl:text>:</xsl:text>
|
||||
<xsl:value-of select="."/>
|
||||
|
@ -158,4 +154,4 @@
|
|||
</xsl:for-each>
|
||||
</rdf:Description>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -161,10 +161,6 @@
|
|||
<xsl:for-each select="marc:datafield[@tag=995]">
|
||||
<identifier>
|
||||
<xsl:text>LOC:</xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="marc:subfield[@code='c']='MAIN'">Main library</xsl:when>
|
||||
<xsl:when test="marc:subfield[@code='c']='BIB2'">Library 2</xsl:when>
|
||||
</xsl:choose>
|
||||
<xsl:for-each select="marc:subfield[@code='k']">
|
||||
<xsl:text>:</xsl:text>
|
||||
<xsl:value-of select="."/>
|
||||
|
@ -172,4 +168,4 @@
|
|||
</identifier>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
|
|
Loading…
Reference in a new issue