|
Lines 296-302
Link Here
|
| 296 |
<xsl:call-template name="chopPunctuation"> |
296 |
<xsl:call-template name="chopPunctuation"> |
| 297 |
<xsl:with-param name="chopString"> |
297 |
<xsl:with-param name="chopString"> |
| 298 |
<xsl:call-template name="subfieldSelect"> |
298 |
<xsl:call-template name="subfieldSelect"> |
| 299 |
<xsl:with-param name="codes">abcdfijkmnpvxyz</xsl:with-param> |
299 |
<xsl:with-param name="codes">abcdfijkmnptvxyz</xsl:with-param> |
| 300 |
<xsl:with-param name="subdivCodes">ijknpxyz</xsl:with-param> |
300 |
<xsl:with-param name="subdivCodes">ijknpxyz</xsl:with-param> |
| 301 |
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param> |
301 |
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param> |
| 302 |
</xsl:call-template> |
302 |
</xsl:call-template> |
| 303 |
- |
|
|