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"> ∓ </fo:inline> <xsl:value-of select="$stdev"/> </fo:block> regards, Shubhrata
