Re: [docbook-apps] Right Arrow In GuiMenu Disappears XSL 1.72

From
Bob Stayton <>
Date
2007-02-10T21:59:04+00:00
ID
22b501c74d5e$9f7fb5c0$6400a8c0@totoro
Thread
Re: [docbook-apps] Right Arrow In GuiMenu Disappears XSL 1.72
Ah, I thought that FOP 0.93 had implemented font-selection-strategy, which 
allows it to find the Symbol font automatically. But it doesn't, so that 
has get fixed for fop1.extensions.  In the meantime, use this parameter in 
your customization:

<xsl:param name="menuchoice.menu.separator"><fo:inline 
font-family="Symbol"> &#x2192; </fo:inline></xsl:param>


Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Harry Goldschmitt" <>
To: <>
Sent: Saturday, February 10, 2007 1:01 PM
Subject: [docbook-apps] Right Arrow In GuiMenu Disappears XSL 1.72


>I had a document that stopped producing PDF using FOP 0.20.5 on Fedora 
>Core 5, yesterday.  I switched from fop 0.20.5 and docbook-xsl-1.69.1-5 to 
>fop 0.93 and docbook-xsl-1.72.  I can now produce PDF output.  I'm using 
>xsltproc from libxml2-2.6.23-1.2.  I had to remove the --stringparam 
>fop.extentions 1, or fop 0.93 blows up.  Unfortunately, my right arrow 
>seems to have disappeared in the process.
>
> My html output still looks OK.
>
> I am still using docbook 4.4.
>
> My input hasn't changed and looks like:
> <menuchoice>
> <guimenu>Files</guimenu>
> <guimenuitem>Exit</guimenuitem>
> </menuchoice>
>
> It now produces "Files # Exit", instead of the right arrow where the # 
> is.
>
> Any ideas?
>
> Harry
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>