我为 sp_sign 获得的值(如下所示)我想将其用作 fo:external graphics 的 src 。我尝试了很多东西仍然没有运气请帮忙。
<xsl:for-each select="//**sp_sign**">
<xsl:value-of select="**@value**" />
//
<xsl:variable name="src" select="//sp_sign" />
<fo:external-graphic baseline-shift="super" **src="${src}"** content-height="80px" content-width="80px"/>
</fo:block>
提前致谢 问候, Manik Vashisht