docbook-apps

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

    Posted 02-10-2007 21:59
    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





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

    Posted 02-11-2007 02:09
    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
    >
    >
    >


  • 3.  RE: [docbook-apps] Right Arrow In GuiMenu Disappears XSL 1.72

    Posted 02-11-2007 07:52
    >


  • 4.  RE: [docbook-apps] Right Arrow In GuiMenu Disappears XSL 1.72

    Posted 02-11-2007 08:20
    At 8:52 AM +0100 2/11/07, Mauritz Jeanson wrote:
    > >