Thanks.
I tried that and the spaces around the # disappeared, so I know I did
something. I'm attaching my customization file. Maybe I made a
typo. Can you tell me how FOP finds "Symbol"? My entities do not
have anything like Symbol as a file name.
Harry
At 1:58 PM -0800 2/10/07, Bob Stayton wrote:
>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"> → </fo:inline></xsl:param>
>
>
>Bob Stayton
>Sagehill Enterprises
>DocBook Consulting
>
bobs@sagehill.net>
>
>
Original Message ----- From: "Harry Goldschmitt" <harry@hgac.com>
>To: <docbook-apps@lists.oasis-open.org>
>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