[xsl] using apache fop, displaying delta char (Unicode #2206) in pdf

Subject: [xsl] using apache fop, displaying delta char (Unicode #2206) in pdf
From: Judy_Kratz@xxxxxxxxxxxxxx
Date: Tue, 13 Aug 2002 14:02:03 -0400
I am using Apache FOP in XSL to display an XML file in pdf format.

The following xsl code displays the letter D in the pdf file when I am
expecting the delta (or increment) symbol 'Ä'
<xsl:text>&#x2206;</xsl:text>

But the following xsl code displays the 'ÿ' character in the pdf file which
is correct.
<xsl:text>&#xFF;</xsl:text>

Can anyone tell me how to display the 'Ä' symbol in my pdf file?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread