FOP version I'm using is 0.94

Entry in the FOP configuration file is as per the specification:

       
          <font-triplet name="uming" style="normal" 
            weight="normal"/> 
        

When I run xslt through the FOP processor, everything goes on smoothly with
no errors thrown but the generated pdf does not display any chinese text as
expected.





xsltuser wrote:
> 
> Dear All,
> 
> I'm trying to render Chinese text on output pdf file generated through XSL
> transformation. I have added the corresponding mapping in FOP
> configuartion file as follows:
> 
>  
>               <font-triplet name="uming" style="normal" weight="normal"/> 
>   
> 
> Following is the snippet of the XML and XSL file:
> 
> XML:
>  <footer>&#x4e1a;&#x52a1;</footer>
> 
> XSL:
>        <xsl:for-each select="//footer">
>             <fo:block text-align="center" font-family="uming">
>                 <xsl:value-of select="."/>
>             </fo:block>
>         </xsl:for-each>
> 
> I'm using Oxygen editor to perform above transformation from XML -> XSL-FO
> -> PDF.
> On however, running the same, output pdf does not display anything in the
> place where it is expected to print Chinese text. 
> 
> Below are the system details:
> OS : Mac OS 10.4
> XSLT processor: Xalan 1.0
> 
> It'll be great if someone can give me some clue to resolve this.
> 
> Thanks,
> Charanpreet.
> 

-- 
View this message in context: 
http://www.nabble.com/Unable-to-render-Chinese-Text-with-uming---uaki-font-files-tp15798235p15799969.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to