]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove unnecessary parameter assignment
authorNorman Walsh <ndw@nwalsh.com>
Tue, 3 Apr 2001 11:52:03 +0000 (11:52 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 3 Apr 2001 11:52:03 +0000 (11:52 +0000)
xsl/html/xref.xsl

index 2de5dcac2100ef8634a9c3cfc02083b50d7c6987..9195cb12c23f6e1148a497ee9ff34d2c2c02f61a 100644 (file)
 </xsl:template>
 
 <xsl:template match="author" mode="xref-to">
-  <xsl:param name="target" select="."/>
-  <xsl:param name="refelem" select="local-name($target)"/>
-
   <xsl:call-template name="person.name"/>
 </xsl:template>