]> granicus.if.org Git - docbook-dsssl/commitdiff
Patch #415865, output contrib for authors and othercontribs
authorNorman Walsh <ndw@nwalsh.com>
Thu, 5 Jul 2001 11:33:51 +0000 (11:33 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 5 Jul 2001 11:33:51 +0000 (11:33 +0000)
xsl/html/titlepage.xsl

index 6527f88769a6e31ac5f593275ba8a50783b5a9d1..954a8d6c28d878d62d981c9602ce4be4dd332e85 100644 (file)
 
 <xsl:template match="author" mode="titlepage.mode">
   <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="./affiliation"/>
 </xsl:template>
 
 
 <xsl:template match="othercredit" mode="titlepage.mode">
   <h3 class="{name(.)}"><xsl:call-template name="person.name"/></h3>
-  <xsl:apply-templates mode="titlepage.mode"
-   select="./affiliation"/>
+  <xsl:apply-templates mode="titlepage.mode" select="./contrib"/>
+  <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
 </xsl:template>
 
 <xsl:template match="othername" mode="titlepage.mode">