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 Hugues Pichereau <hp...@tentelemed.com> on 2002/08/06 15:59:49 UTC

Entity not resolved

Hello,
The entity "&#x2079;" (for "power 9", superscript) from an xsl-fo file
is not resolved by FOP 0.20.4 . It prints "#". Is this a lack, or I am
missing something ?


Re: Entity not resolved

Posted by Rodolphe VAGNER <ro...@eurodoc-sofilog.com>.
you may use a fo:inline font-family property :

<fo:block><fo:inline
font-family="your-font-family">&#x2079;</fo:inline></fo:block>

your-font-family is something like Symbol, Helvetica, Courrier...
well a font with your character in.

Hope it'll help


----- Original Message -----
From: "Hugues Pichereau" <hp...@tentelemed.com>
To: <fo...@xml.apache.org>
Sent: Tuesday, August 06, 2002 3:59 PM
Subject: Entity not resolved


> Hello,
> The entity "&#x2079;" (for "power 9", superscript) from an xsl-fo file
> is not resolved by FOP 0.20.4 . It prints "#". Is this a lack, or I am
> missing something ?
>