我想在标题中插入图像。请让我知道插入该图像?我的模板看起来像这样 请让我知道如何执行此操作 我的图像名称是 ABC.jpg
<xsl:template name="insertGlossaryEvenFooter">
<fo:static-content flow-name="even-glossary-footer">
<fo:block xsl:use-attribute-sets="__glossary__even__footer">
<xsl:call-template name="insert Variable">
<xsl:with-param name="theVariableID" select="'Glossary even footer'"/> <xsl:with-param name="the Parameters">
<pagenum>
<fo:inline xsl:use-attribute-sets="__glossary__even__footer__pagenum"> <fo:page-number/>
</fo:inline>
</pagenum>
</xsl:with-param>
</xsl:call-template>
</fo:block>
</fo:static-content> </xsl:template>