Allow SurName by itself.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 17 Oct 2005 18:10:38 +0000 (18:10 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 17 Oct 2005 18:10:38 +0000 (18:10 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1820 cb58f699-b61c-0410-a6fe-9272a202ed29

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>