Where Name Subject facet shows subfields in order "cad" and Personal
Author shows subfields in order "acd". This change makes the Name
Subject show the subfields in the same order as in record view and the
Personal Author facet.
Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
NOTE: We are purposely ignoring similar changes to MODS33, pending
a discussion of how best to handle EG specific MODS changes overall.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
<xsl:call-template name="subjectAuthority"></xsl:call-template>
<name type="personal">
<xsl:call-template name="uri" />
- <xsl:call-template name="termsOfAddress"></xsl:call-template>
<namePart>
<xsl:call-template name="chopPunctuation">
<xsl:with-param name="chopString">
</xsl:with-param>
</xsl:call-template>
</namePart>
+ <xsl:call-template name="termsOfAddress"></xsl:call-template>
<xsl:call-template name="nameDate"></xsl:call-template>
<xsl:call-template name="affiliation"></xsl:call-template>
<xsl:call-template name="role"></xsl:call-template>
<subject>
<xsl:call-template name="subjectAuthority"></xsl:call-template>
<name type="personal">
- <xsl:call-template name="termsOfAddress"></xsl:call-template>
<namePart>
<xsl:call-template name="chopPunctuation">
<xsl:with-param name="chopString">
</xsl:with-param>
</xsl:call-template>
</namePart>
+ <xsl:call-template name="termsOfAddress"></xsl:call-template>
<xsl:call-template name="nameDate"></xsl:call-template>
<xsl:call-template name="affiliation"></xsl:call-template>
<xsl:call-template name="role"></xsl:call-template>