HI,

I got a strange problem, I am using Fop through cocoon.

I have embedded the chinese font for displaying the glyphs.
The strange thing, if I define the characters like this

<fo:block font-size="7pt" color="rgb(0,160,198)"
font-family="SimSun">&#32173;&#20063;&#32013;</fo:block>
I got the right result, the glyphs are displayed correctly.

but
when I try to print the data out of a XML file the output is the unicode
reference and not the right glyphs
this
<fo:block font-size="7pt" color="rgb(0,160,198)"
font-family="SimSun">&#32173;&#20063;&#32013;<xsl:value-of
select="*[1]"/></fo:block>
results in "3 chinese glyphs + &#32173;&#20063;&#32013;"
where the XML data is:
<FaaLocTextCH>&#32173;&#20063;&#32013;</FaaLocTextCH>

thanks for help



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to