]> granicus.if.org Git - docbook-dsssl/commitdiff
Handle xref to editor, othercredit, and personname
authorNorman Walsh <ndw@nwalsh.com>
Sun, 24 Mar 2002 18:39:29 +0000 (18:39 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 24 Mar 2002 18:39:29 +0000 (18:39 +0000)
xsl/html/xref.xsl

index 3591190abd8b58b0d94b2d0dc6ab28c18276a2ef..4dd219951bbb3f8189e7bfc9cec2508ceef43c60 100644 (file)
   <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>