The value I am getting for sp_sign(given below) I want to use it as src for fo:external graphic . I tried many things still no luck please help.
<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>
Thanks in advance Regards, Manik Vashisht