You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Shubhrata Tewari <sh...@nagarro.com> on 2005/12/14 07:27:18 UTC

using symbols , unicode

Hi all, 
I want to use the symbol ±  in my output pdf to get text of type a± b. I am using this, its not working... any ideas?

<fo:block>
<xsl:value-of select="$mean"/>

<fo:inline font-family="Symbol">

&#x2213;

</fo:inline>

<xsl:value-of select="$stdev"/>

</fo:block>

regards,

Shubhrata