docbook-apps

  • 1.  adjustColumnwidths error?

    Posted 05-29-2010 05:10

    No adjustColumnWidths function available.
    Processing terminated by xsl:message at line 403

    is the error reported.

    Using latest snapshot of docbook-xsl-ns with db v 05.

    Any suggestions please?

    docbook generated from openoffice docbook conversion.







    regards
    ------------------------
    Dave Pawson
    http://www.dpawson.co.uk
    XSLT, XSL-FO and docbook FAQ




  • 2.  RE: [docbook-apps] adjustColumnwidths error?

    Posted 05-29-2010 07:38
    | -----Original Message-----
    | From: Dave Pawson
    |
    | No adjustColumnWidths function available.
    | Processing terminated by xsl:message at line 403
    |
    | is the error reported.
    |
    | Using latest snapshot of docbook-xsl-ns with db v 05.
    |
    | Any suggestions please?


    Two options:

    * Use a processor that supports the table columns extension (Saxon 6 or
    Xalan-Java) and make sure that the extensions JAR file is in your classpath.
    * Disable the table columns extension, or all stylesheet extensions.

    More information:

    http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#SaxonExtensions
    http://www.sagehill.net/docbookxsl/ColumnWidths.html

    Mauritz





  • 3.  RE: [docbook-apps] adjustColumnwidths error?

    Posted 05-29-2010 07:56
    | -----Original Message-----
    | From: Mauritz Jeanson
    |
    | Two options:
    |
    | * Use a processor that supports the table columns extension
    | (Saxon 6 or
    | Xalan-Java) and make sure that the extensions JAR file is in
    | your classpath.


    Sorry, I forgot:

    A table columns extension function is also available for use with the
    libxml2/libxslt Python bindings (see extensions/README.LIBXSLT in the
    DocBook-XSL distribution).

    Mauritz





  • 4.  Re: [docbook-apps] adjustColumnwidths error?

    Posted 05-29-2010 10:24
    On Sat, 29 May 2010 09:55:53 +0200
    "Mauritz Jeanson" <mj@johanneberg.com> wrote:

    > | -----Original Message-----
    > | From: Mauritz Jeanson
    > |
    > | Two options:
    > |
    > | * Use a processor that supports the table columns extension
    > | (Saxon 6 or
    > | Xalan-Java) and make sure that the extensions JAR file is in
    > | your classpath.
    >
    >
    > Sorry, I forgot:
    >
    > A table columns extension function is also available for use with the
    > libxml2/libxslt Python bindings (see extensions/README.LIBXSLT in the
    > DocBook-XSL distribution).
    >
    > Mauritz

    Thanks Mauritz, that was it.
    New OS, moved my stuff in and I've 'lost' saxon65.jar from
    the stylesheets.
    using Saxon so adding that cured it.

    regards