Allow SurName by itself.
authorScott Cantor <cantor.2@osu.edu>
Mon, 17 Oct 2005 18:10:38 +0000 (18:10 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 17 Oct 2005 18:10:38 +0000 (18:10 +0000)
schemas/metadata_v13_to_v12.xsl

index 33ad50b..93cc970 100644 (file)
                                <xsl:when test="md:GivenName">
                                        <xsl:attribute name="Name"><xsl:value-of select="md:GivenName"/></xsl:attribute>
                                </xsl:when>
+                               <xsl:when test="md:SurName">
+                                       <xsl:attribute name="Name"><xsl:value-of select="md:SurName"/></xsl:attribute>
+                               </xsl:when>
                                <xsl:otherwise>
                                        <xsl:attribute name="Name">Nobody</xsl:attribute>
                                </xsl:otherwise>