]> granicus.if.org Git - docbook-dsssl/commitdiff
Added the author et al special cases similar to
authorBob Stayton <bobs@sagehill.net>
Fri, 13 Dec 2002 18:14:19 +0000 (18:14 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 13 Dec 2002 18:14:19 +0000 (18:14 +0000)
the HTML inline.xsl templates.

xsl/fo/inline.xsl

index 8a9bbdde09d0827e93bcf996838215473375760b..fe5fb2db0503c4517f8ba5307d01291a3dc81048 100644 (file)
   </fo:inline>
 </xsl:template>
 
+<!-- ==================================================================== -->
+<!-- some special cases -->
+
+<xsl:template match="author">
+  <xsl:call-template name="person.name"/>
+</xsl:template>
+
+<xsl:template match="editor">
+  <xsl:call-template name="person.name"/>
+</xsl:template>
+
+<xsl:template match="othercredit">
+  <xsl:call-template name="person.name"/>
+</xsl:template>
+
+<xsl:template match="authorinitials">
+  <xsl:call-template name="inline.charseq"/>
+</xsl:template>
+
 <!-- ==================================================================== -->
 
 <xsl:template match="accel">