docbook-apps

  • 1.  Re: [docbook-apps] Customizing the process.image template

    Posted 06-08-2012 17:00
    Hi David,
    No need to call 'process.image' again. Since you have already copied it to your
    customization layer, you can just add the extra element there. Put it after these
    lines:

    <xsl:otherwise>
    <xsl:copy-of select="$img"/>
    </xsl:otherwise>
    </xsl:choose>

    which is just before the element would be output for an imagemap, or at the very
    end of the template.

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net





  • 2.  RE: [docbook-apps] Customizing the process.image template

    Posted 06-08-2012 17:38
    Thank you Bob, that was the exact place I need to add the code I wanted.
    It works perfectly now.

    -David
    <dgoss@mueller-inc.com>