http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4472 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #7 from Frédéric Demians <frederic@tamil.fr> --- In French any English sentence like 'label:' is translated into 'french label :' because French typographic rules impose to have a white space before ':'. is an entity reference. It comes from PO files and is added in .tmpl and now in .xsl files. It works with .tmpl files. It doesn't with .xsl files. The .tmpl tokenizer hasn't been designed to handle properly xml files. I see three solutions: 1. It would work if in the .po files was used rather thant So opac and intranet .po files should be modified and reload into Pootle. 2. XSL files are modified: an XML entity is added for nbsp. tmpl_process3.pl is modified to handle specifically <DOCTYPE> and <ENTITY> directives. 3. XSL files are tokenized independently than .tmpl files. This is the best solution for the long run. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.