Christoph Klocker wrote:
<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>

Looks like double escaping. Serialize the result to XML rather than PDF and check whether there is an &amp;#32173; etc there. Then track down where it comes from. Other than than. I'm not sure what your problem really is, nor whether you actually have a real problem.

J.Pietschmann

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



Reply via email to