Fix for Bug 5222 - 600 t not showing with xslt on
Original commit message was for 650 field, but fix works for 600. See bug report. Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
e4f37fde48
commit
b357e728bc
2 changed files with 2 additions and 2 deletions
|
@ -375,7 +375,7 @@
|
|||
<xsl:call-template name="chopPunctuation">
|
||||
<xsl:with-param name="chopString">
|
||||
<xsl:call-template name="subfieldSelect">
|
||||
<xsl:with-param name="codes">abcdvxyz</xsl:with-param>
|
||||
<xsl:with-param name="codes">abcdtvxyz</xsl:with-param>
|
||||
<xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
|
||||
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
|
||||
</xsl:call-template>
|
||||
|
|
|
@ -395,7 +395,7 @@
|
|||
<xsl:call-template name="chopPunctuation">
|
||||
<xsl:with-param name="chopString">
|
||||
<xsl:call-template name="subfieldSelect">
|
||||
<xsl:with-param name="codes">abcdvxyz</xsl:with-param>
|
||||
<xsl:with-param name="codes">abcdtvxyz</xsl:with-param>
|
||||
<xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
|
||||
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
|
||||
</xsl:call-template>
|
||||
|
|
Loading…
Reference in a new issue