> -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : mardi 14 novembre 2006 13:47 > > I am working with multi-language templates using XSL: FO. > > Please guide me, whether the FOP support xsl:lang('cs') > property. If not > there is any other way , I can get the output in Czech language.
Hi, xsl:lang should not help you for that. All what you need is: 1. ensure that used font embed all glyphes used in you document see [1] for further information. 2. if you want to hyphenate your doc, set language property in fo:page-sequence. Fortunately, Czech is part of OFFO project (see [1]) [1] http://xmlgraphics.apache.org/fop/0.92/fonts.html [2] http://offo.sourceforge.net/ HTH, Pacsal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
