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

Thats what I did, when I Serialize it to XML its as it is stated here, so I
got no Idea, why this doesn't work
<FaaLocTextCH>&#32173;&#20063;&#32013;</FaaLocTextCH>

I am happy for any suggestion how to solve this problem.

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



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

Reply via email to