This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


 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>&#x2206;</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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]