Hi Michael, no need to send direct mail, obviously the main problem is already solved. For the next problem, find out how your web interface stores the greek characters and transform them in your xslt form <whatever> to <fo:inline font-family="Symbol">α</fo:inline>
Googling for xslt and replace leads to http://www.dpawson.co.uk/xsl/sect2/replace.html and I guess that's all you need. Regards, Georg Datterl ------ Kontakt ------ Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78 88 - 20 www.geneon.de Weitere Mitglieder der Willmy MediaGroup: IRS Integrated Realization Services GmbH: www.irs-nbg.de Willmy PrintMedia GmbH: www.willmy.de Willmy Consult & Content GmbH: www.willmycc.de -----Ursprüngliche Nachricht----- Von: Reliquiem [mailto:[email protected]] Gesendet: Dienstag, 8. September 2009 15:53 An: [email protected] Betreff: Re: Greek Chars Well, thanks first! But the Problem is: The User types a Text in the Webinterface, This Text is part of the Report i'm printing. So I dont know when the User types a alpha or beta. So your code has to be put automatically around this char if typed. I cant really explain me how to do this. @Georg: Ich werde mich in kürze per Mail mit den gewünschten Infos melden. Jean-François El Fouly wrote: > > Then > > <fo:inline font-family="Symbol">α</fo:inline> (Unicode GREEK > SMALL LETTER ALPHA) <fo:inline > font-family="Symbol">β</fo:inline> (Unicode GREEK SMALL LETTER > BETA) > > should do what you want. > > HTH... > > Jean-François > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Greek-Chars-tp25345661p25346691.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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
