]> granicus.if.org Git - docbook-dsssl/commitdiff
Moved email in "author" template to appear after the
authorBob Stayton <bobs@sagehill.net>
Fri, 1 Aug 2003 16:42:12 +0000 (16:42 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 1 Aug 2003 16:42:12 +0000 (16:42 +0000)
affiliation.

xsl/html/titlepage.xsl

index e252763a4f0486482792cd0b89ba00a9222d0916..21bf8ef3ecc1491ea44c8af555622da2f2b89e33 100644 (file)
   <div class="{name(.)}">
     <h3 class="{name(.)}"><xsl:call-template name="person.name"/></h3>
     <xsl:apply-templates mode="titlepage.mode" select="./contrib"/>
-    <xsl:apply-templates mode="titlepage.mode" select="./email"/>
     <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
+    <xsl:apply-templates mode="titlepage.mode" select="./email"/>
   </div>
 </xsl:template>