atom feed16 messages in org.oasis-open.lists.docbook-appsRE: [docbook-apps] XSL-FO and unicode
FromSent OnAttachments
Fabien TillierJul 6, 2010 6:57 am 
Richard HamiltonJul 6, 2010 2:16 pm 
Mauritz JeansonJul 6, 2010 2:59 pm 
rob....@emc.comJul 7, 2010 9:56 am 
Fabien TillierJul 8, 2010 4:45 am 
Fabien TillierJul 8, 2010 7:30 am 
rob....@emc.comJul 8, 2010 7:56 am 
Fabien TillierJul 8, 2010 8:41 am 
rob....@emc.comJul 8, 2010 9:22 am 
deannelsonJul 8, 2010 9:43 am 
Bob StaytonJul 8, 2010 10:43 am 
Fabien TillierJul 8, 2010 11:46 pm 
Fabien TillierJul 8, 2010 11:47 pm 
Fabien TillierJul 8, 2010 11:54 pm 
Fabien TillierJul 9, 2010 12:53 am 
rob....@emc.comJul 9, 2010 9:03 am 
Subject:RE: [docbook-apps] XSL-FO and unicode
From:Mauritz Jeanson (mj@johanneberg.com)
Date:Jul 6, 2010 2:59:07 pm
List:org.oasis-open.lists.docbook-apps

| -----Original Message----- | From: Fabien Tillier | | But that does not change a thing.... though in the fo, I | have <fo:root | xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="serif,Arial | Sans Unicode,Symbol,ZapfDingbats" font-size="10pt" | text-align="justify" | line-height="normal" font-selection-strategy="character-by-character" | line-height-shift-adjustment="disregard-shifts" writing-mode="lr-tb" | language="en"> | | I must be doing something badly.... | | Using saxon9he, FOP0.95, DB5

The cause of the problem might be FOP's lack of support for font-selection-strategy: http://xmlgraphics.apache.org/fop/compliance.html#fo-property-font-selection -strategy

Perhaps you can use this workaround, or something similar: http://www.sagehill.net/docbookxsl/SpecialChars.html#SwitchSymbol

Mauritz