<xsl:otherwise>
<img border="0" width="32" height="32" alt=" Previous" title="">
<xsl:attribute name="src">
- <xsl:call-template name="no.prev.image"/>
+ <xsl:call-template name="graphics-file">
+ <xsl:with-param name="image" select="$no.prev.image"/>
+ </xsl:call-template>
</xsl:attribute>
</img>
</xsl:otherwise>
<img border="0" width="32" height="32"
alt=" Contents" title="Table of Contents">
<xsl:attribute name="src">
- <xsl:call-template name="no.toc.image"/>
+ <xsl:call-template name="graphics-file">
+ <xsl:with-param name="image" select="$no.toc.image"/>
+ </xsl:call-template>
</xsl:attribute>
</img>
</xsl:otherwise>
<xsl:otherwise>
<img border="0" width="32" height="32" alt=" Next" title="">
<xsl:attribute name="src">
- <xsl:call-template name="no.next.image"/>
+ <xsl:call-template name="graphics-file">
+ <xsl:with-param name="image" select="$no.next.image"/>
+ </xsl:call-template>
</xsl:attribute>
</img>
</xsl:otherwise>
<xsl:otherwise>
<img border="0" width="32" height="32" alt=" Next" title="">
<xsl:attribute name="src">
- <xsl:call-template name="no.next.image"/>
+ <xsl:call-template name="graphics-file">
+ <xsl:with-param name="image" select="$no.next.image"/>
+ </xsl:call-template>
</xsl:attribute>
</img>
</xsl:otherwise>
<xsl:otherwise>
<img border="0" width="32" height="32" alt=" Previous" title="">
<xsl:attribute name="src">
- <xsl:call-template name="no.prev.image"/>
+ <xsl:call-template name="graphics-file">
+ <xsl:with-param name="image" select="$no.prev.image"/>
+ </xsl:call-template>
</xsl:attribute>
</img>
</xsl:otherwise>
<img border="0" width="32" height="32"
alt=" Contents" title="Table of Contents">
<xsl:attribute name="src">
- <xsl:call-template name="no.toc.image"/>
+ <xsl:call-template name="graphics-file">
+ <xsl:with-param name="image" select="$no.toc.image"/>
+ </xsl:call-template>
</xsl:attribute>
</img>
</xsl:otherwise>
<xsl:otherwise>
<img border="0" width="32" height="32" alt=" Next" title="">
<xsl:attribute name="src">
- <xsl:call-template name="no.next.image"/>
+ <xsl:call-template name="graphics-file">
+ <xsl:with-param name="image" select="$no.next.image"/>
+ </xsl:call-template>
</xsl:attribute>
</img>
</xsl:otherwise>