Subject: using apache fop, displaying delta char (Unicode #2206) in pdf
From: Judy_Kratz@xxxxxxxxxxxxxx
Date: Thu, 15 Aug 2002 10:39:03 -0400
|
I am using Apache FOP in XSL to display an XML file in pdf format. I
finally figured out how to display the 'delta' or 'forward difference'
character in the pdf file.
This does not work: <xsl:text>∆</xsl:text>
But this works fine: <fo:block font-family="Symbol">D</fo:block> I found
my answer at the http://www.hclrss.demon.co.uk/unicode/ web site.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|