]> granicus.if.org Git - docbook-dsssl/commitdiff
Support xrefs to editor, othercredit, and personname
authorNorman Walsh <ndw@nwalsh.com>
Mon, 25 Mar 2002 13:02:05 +0000 (13:02 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 25 Mar 2002 13:02:05 +0000 (13:02 +0000)
xsl/fo/xref.xsl

index 3023c0c078d2e05d814eadba947b6fecb2b93c9c..eebb4c671934da13bc14085c932beff389d83bda 100644 (file)
@@ -98,7 +98,7 @@
   <xsl:text>???</xsl:text>
 </xsl:template>
 
-<xsl:template match="author" mode="xref-to">
+<xsl:template match="author|editor|othercredit|personname" mode="xref-to">
   <xsl:call-template name="person.name"/>
 </xsl:template>