]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix formatting of copyright with multiple holders
authorNorman Walsh <ndw@nwalsh.com>
Tue, 1 Jan 2002 17:58:44 +0000 (17:58 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 1 Jan 2002 17:58:44 +0000 (17:58 +0000)
xsl/html/titlepage.xsl

index 131a7850ff54644c5545bf6e0b4595651e281e7b..5b712a185d532cd3195c20a814591444659dc450 100644 (file)
 </xsl:template>
 
 <xsl:template match="holder" mode="titlepage.mode">
+  <xsl:apply-templates/><xsl:text>, </xsl:text>
+</xsl:template>
+
+<xsl:template match="holder[position()=last()]" mode="titlepage.mode">
   <xsl:apply-templates/>
 </xsl:template>