docbook-apps

  • 1.  Re: [docbook-apps] RE: db5, chapter markup, xsl-fo processing

    Posted 02-09-2011 17:04
    Hi Dave,
    In the stylesheets, the code that generates the number labels is in common/labels.xsl,
    using mode="label.markup". See, for example, the template:

    <xsl:template match="chapter" mode="label.markup">

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net





  • 2.  Re: [docbook-apps] RE: db5, chapter markup, xsl-fo processing

    Posted 02-13-2011 07:34
    On Wed, 9 Feb 2011 09:03:48 -0800
    "Bob Stayton" <bobs@sagehill.net> wrote:

    > Hi Dave,
    > In the stylesheets, the code that generates the number labels is in
    > common/labels.xsl, using mode="label.markup". See, for example, the
    > template:
    >
    > <xsl:template match="chapter" mode="label.markup">
    >
    > Bob Stayton
    > Sagehill Enterprises
    > bobs@sagehill.net
    >
    >
    >