|
Lines 305-311
Link Here
|
| 305 |
<xsl:call-template name="chopPunctuation"> |
305 |
<xsl:call-template name="chopPunctuation"> |
| 306 |
<xsl:with-param name="chopString"> |
306 |
<xsl:with-param name="chopString"> |
| 307 |
<xsl:call-template name="subfieldSelect"> |
307 |
<xsl:call-template name="subfieldSelect"> |
| 308 |
<xsl:with-param name="codes">abcdfijkmnpvxyz</xsl:with-param> |
308 |
<xsl:with-param name="codes">abcdfijkmnptvxyz</xsl:with-param> |
| 309 |
<xsl:with-param name="subdivCodes">ijknpxyz</xsl:with-param> |
309 |
<xsl:with-param name="subdivCodes">ijknpxyz</xsl:with-param> |
| 310 |
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param> |
310 |
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param> |
| 311 |
</xsl:call-template> |
311 |
</xsl:call-template> |
| 312 |
- |
|
|