Lines 395-401
Link Here
|
395 |
<xsl:call-template name="chopPunctuation"> |
395 |
<xsl:call-template name="chopPunctuation"> |
396 |
<xsl:with-param name="chopString"> |
396 |
<xsl:with-param name="chopString"> |
397 |
<xsl:call-template name="subfieldSelect"> |
397 |
<xsl:call-template name="subfieldSelect"> |
398 |
<xsl:with-param name="codes">abcdvxyz</xsl:with-param> |
398 |
<xsl:with-param name="codes">abcdtvxyz</xsl:with-param> |
399 |
<xsl:with-param name="subdivCodes">vxyz</xsl:with-param> |
399 |
<xsl:with-param name="subdivCodes">vxyz</xsl:with-param> |
400 |
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param> |
400 |
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param> |
401 |
</xsl:call-template> |
401 |
</xsl:call-template> |
402 |
- |
|
|