docbook-apps

  • 1.  footnote missing in xhtml, ns1.75.1

    Posted 06-08-2010 18:45
    Hi,
    I'm getting missing footnotes in my XHTML output from DocBook 5 source.

    References to the footnote are formatted correctly, but the actual footnote is missing.
    I'm using xsltproc, the xhtml chunking stylesheets in XSL-NS1.75.1 on FreeBSD.

    I've whittled my test document down to this:
    -------------------------------------------------------
    <chapter xmlns="http://docbook.org/ns/docbook" version="5.0">
    <info></info>

    <info></info>
    <para>





    Options
    This<footnote><para>computes a test</para></footnote>

    </para>

    </chapter>
    -------------------------------------------------------

    xsltproc details:
    Using libxml 20702, libxslt 10126 and libexslt 815
    xsltproc was compiled against libxml 20702, libxslt 10126 and libexslt 815
    libxslt 10126 was compiled against libxml 20702
    libexslt 815 was compiled against libxml 20702

    Can someone confirm that this is a bug?

    thanks,
    --Tim Arnold






  • 2.  Re: [docbook-apps] footnote missing in xhtml, ns1.75.1

    Posted 06-08-2010 19:17
    Hi,

    On Tue, Jun 8, 2010 at 11:45 AM, Tim Arnold <Tim.Arnold@sas.com> wrote:
    > Can someone confirm that this is a bug?

    Formally, 1.75.2 is the latest release of the stylesheets. That said,
    I do not believe the bugfixes between .1 and .2 are relevant in this
    case.

    I confirmed the bug using the test included in 1.75.2's
    xhtml/onechunk.xsl, but it has been resolved in the current SVN trunk.

    In fact, here is the bug report:
    http://sourceforge.net/tracker/?func=detail&aid=2825842&group_id=21935&atid=373747


    HTH,
    Keith



  • 3.  RE: [docbook-apps] footnote missing in xhtml, ns1.75.1

    Posted 06-09-2010 16:02
    Hi,

    > From: Keith Fahlgren [mailto:abdelazer@gmail.com]
    > Sent: Tuesday, June 08, 2010 3:17 PM
    > To: Tim Arnold
    > Cc: docbook-apps@lists.oasis-open.org
    > Subject: Re: [docbook-apps] footnote missing in xhtml, ns1.75.1
    >
    > Hi,
    >
    > On Tue, Jun 8, 2010 at 11:45 AM, Tim Arnold <Tim.Arnold@sas.com> wrote:
    > > Can someone confirm that this is a bug?
    >
    > Formally, 1.75.2 is the latest release of the stylesheets. That said,
    > I do not believe the bugfixes between .1 and .2 are relevant in this
    > case.
    >
    > I confirmed the bug using the test included in 1.75.2's
    > xhtml/onechunk.xsl, but it has been resolved in the current SVN trunk.
    >
    > In fact, here is the bug report:
    > http://sourceforge.net/tracker/?func=detail&aid=2825842&group_id=21935&atid=
    > 373747
    >
    >
    > HTH,
    > Keith

    That's the one. I didn't see a specific patch to download so I just tried this:

    svn co https://docbook.svn.sourceforge.net/svnroot/docbook/trunk docbook

    and got way more than I thought I would.

    Is there a way to just get the updated *.xsl files from the svn repository?

    thanks,
    --Tim




  • 4.  Re: [docbook-apps] footnote missing in xhtml, ns1.75.1

    Posted 06-09-2010 16:06
    On Wed, Jun 9, 2010 at 9:01 AM, Tim Arnold <Tim.Arnold@sas.com> wrote:
    > Is there a way to just get the updated *.xsl files from the svn repository?

    I'd suggest trying out the DocBook-XSL snapshot release:
    http://docbook.sourceforge.net/snapshots/


    Keith



  • 5.  RE: [docbook-apps] footnote missing in xhtml, ns1.75.1

    Posted 06-09-2010 17:10
    >