docbook-apps

Re: [docbook-apps] db5: What stylesheets use + admon graphics ?

  • 1.  Re: [docbook-apps] db5: What stylesheets use + admon graphics ?

    Posted 11-15-2006 19:03
    Hi,
    You should be able to use either, but the docbook5ns-xsl-1.71.0 set is
    labeled experimental so they should not be used in a production capacity.
    They simply haven't been tested enough yet.

    One fix is needed. Replace:

    <xsl:param name="admon.graphics.path" select="generated.graphics.path"/>

    with:

    <xsl:param name="admon.graphics.path" select="$generated.graphics.path"/>

    After you generate your FO, take a peek in the fo file and see what path is
    used for note.png. That might help you figure out what is going wrong.

    I should also mention that the .png graphics are bitmap, and don't look
    sharp in PDF output.

    Bob Stayton
    Sagehill Enterprises
    DocBook Consulting
    bobs@sagehill.net