docbook-apps

  • 1.  ANNOUNCE: DocBook XSL & XSL-NS Stylesheets 1.74.3-pre released

    Posted 02-20-2009 15:27
    Version 1.74.3-pre of the DocBook XSL & XSL-NS Stylesheets, for processing
    DocBook 4 and namespaced (DocBook 5) documents, is now available for testing:

    http://docbook.sf.net/files/xsl-ns/latest

    This is a pre-release. Please test in your environment and share
    problems on the DocBook-Apps mailing list ASAP.

    If no issues are reported with this -pre release, this will become 1.74.3.


    Thanks,
    Keith



  • 2.  Re: [docbook-apps] ANNOUNCE: DocBook XSL & XSL-NS Stylesheets 1.74.3-pre released

    Posted 02-20-2009 18:14
    I'm testing using oXygen 10 on WinXP.

    I'm able to successfully render PDF via XEP 4.13 and Xalan, Saxon-9B,
    Saxon 6.5.5, and Xalan.

    When I try to render using xsltproc, I get the following error:
    line 1: Incorrect namespace at top element - should be
    'http://www.w3.org/1999/XSL/Format'
    [validation total: 1 error]
    Parse error: Invalid XSL FO source

    Thanks and best regards,

    --Scott

    Keith Fahlgren wrote:
    > Version 1.74.3-pre of the DocBook XSL & XSL-NS Stylesheets, for processing
    > DocBook 4 and namespaced (DocBook 5) documents, is now available for testing:
    >
    > http://docbook.sf.net/files/xsl-ns/latest
    >
    > This is a pre-release. Please test in your environment and share
    > problems on the DocBook-Apps mailing list ASAP.
    >
    > If no issues are reported with this -pre release, this will become 1.74.3.
    >
    >
    > Thanks,
    > Keith
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    >
    >




  • 3.  Re: [docbook-apps] ANNOUNCE: DocBook XSL & XSL-NS Stylesheets 1.74.3-pre released

    Posted 02-20-2009 18:21
    On Fri, Feb 20, 2009 at 10:14 AM, Scott Hudson
    <scott.hudson@flatironssolutions.com> wrote:
    > I'm testing using oXygen 10 on WinXP.
    >
    > I'm able to successfully render PDF via XEP 4.13 and Xalan, Saxon-9B, Saxon
    > 6.5.5, and Xalan.
    >
    > When I try to render using xsltproc, I get the following error:
    > line 1: Incorrect namespace at top element - should be
    > 'http://www.w3.org/1999/XSL/Format'
    > [validation total: 1 error]
    > Parse error: Invalid XSL FO source

    Thanks. Any chance of providing more of the context as to how you ran
    xsltproc and against what document (or type of document)?


    Keith



  • 4.  Re: [docbook-apps] ANNOUNCE: DocBook XSL & XSL-NS Stylesheets 1.74.3-pre released

    Posted 02-20-2009 18:34
    On Fri, Feb 20, 2009 at 10:20 AM, Keith Fahlgren <abdelazer@gmail.com> wrote:
    > Thanks. Any chance of providing more of the context as to how you ran
    > xsltproc and against what document (or type of document)?

    I'm not able to reproduce:

    docbook-xsl-1.74.3-pre $ xsltproc -o test.fo fo/docbook.xsl
    ~/scratch/db4book.xml
    Making portrait pages on USletter paper (8.5inx11in)
    docbook-xsl-1.74.3-pre $ xmllint --format -o pretty.fo test.fo
    docbook-xsl-1.74.3-pre $ head -n 3 pretty.fo

    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
    font-family="serif,Symbol,ZapfDingbats" font-size="10pt"
    text-align="justify" line-height="normal"
    font-selection-strategy="character-by-character"
    line-height-shift-adjustment="disregard-shifts" language="en">
    <fo:layout-master-set>
    ocbook-xsl-1.74.3-pre $ /usr/XSLFormatterV43/run.sh -d test.fo -o
    test.pdf -extlevel 3
    /usr/XSLFormatterV43/bin/XSLCmd -d test.fo -o test.pdf -extlevel 3
    XSLCmd : XSL Formatter V4.3 R1 for Linux (4,3,2008,0424)
    Copyright (c) 1999-2008 Antenna House, Inc.

    XSLCmd :INFO: Error Level : 1
    XSLCmd :INFO: Error Code : 24321 (5F01)
    XSLCmd :INFO: Missing font family: 'serif'

    XSLCmd :Formatting finished normally