]> granicus.if.org Git - docbook-dsssl/commitdiff
Simplify match pattern; add space in editor formatting
authorNorman Walsh <ndw@nwalsh.com>
Tue, 1 Jan 2002 13:42:05 +0000 (13:42 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 1 Jan 2002 13:42:05 +0000 (13:42 +0000)
xsl/fo/titlepage.xsl

index c60344d5d42d606a53f6aa9441e5ae37c9846378..da77b369753874cafe33ba9589debae2fe6a1a75 100644 (file)
   <xsl:call-template name="person.name"/>
 </xsl:template>
 
-<xsl:template match="editor[position()=1]" priority="2" mode="titlepage.mode">
+<xsl:template match="editor[1]" priority="2" mode="titlepage.mode">
   <xsl:call-template name="gentext.edited.by"/>
+  <xsl:call-template name="gentext.space"/>
   <xsl:call-template name="person.name"/>
 </xsl:template>