docbook-apps

  • 1.  Re: [docbook-apps] in XHTML output (DocBook XSL 1.71.1)

    Posted 10-21-2006 00:19
    Hi Christian,
    More importantly, did you put the DocBook namespace declaration on the root
    element of your document? That is what makes it a DocBook 5 document, and
    that is what triggers the stylesheets to handle such links.

    Bob Stayton
    Sagehill Enterprises
    DocBook Consulting
    bobs@sagehill.net





  • 2.  Re: [docbook-apps] in XHTML output (DocBook XSL 1.71.1)

    Posted 10-21-2006 00:37
    Link didn't work for me, either. I had to use ulink e.g.
    <ulink url="http://www.yahoo.com">yahoo</ulink>

    --Craeg

    > Hi Christian,
    > More importantly, did you put the DocBook namespace declaration on the
    > root
    > element of your document? That is what makes it a DocBook 5 document, and
    > that is what triggers the stylesheets to handle such links.
    >
    > Bob Stayton
    > Sagehill Enterprises
    > DocBook Consulting
    > bobs@sagehill.net
    >
    >
    >


  • 3.  Re: [docbook-apps] in XHTML output (DocBook XSL 1.71.1)

    Posted 10-21-2006 03:10
    Will the 1.xx.x stylesheets allow use of xlink: as the prefix? What
    about the experimental namespace aware 1.xx.x version?

    On 10/20/06, Bob Stayton <bobs@sagehill.net> wrote:
    > Hi Christian,
    > More importantly, did you put the DocBook namespace declaration on the root
    > element of your document? That is what makes it a DocBook 5 document, and
    > that is what triggers the stylesheets to handle such links.
    >
    > Bob Stayton
    > Sagehill Enterprises
    > DocBook Consulting
    > bobs@sagehill.net
    >
    >
    >


  • 4.  Re: [docbook-apps] in XHTML output (DocBook XSL 1.71.1)

    Posted 10-21-2006 09:12
    >More importantly, did you put the DocBook namespace declaration on the root
    >element of your document? That is what makes it a DocBook 5 document, and
    >that is what triggers the stylesheets to handle such links.

    Thank you very much Bob - sure enough, I didn't. Putting it there made
    work - apologies that I missed this bit in the first place.

    The stylesheet then works as expected - as long as I use Xalan 2.7. When
    using Saxon 8.7.3, I get the following error:

    XSL transformation error: Cannot find a matching 0-argument function
    named {http://org.apache.xalan.lib.NodeInfo}systemId(); SystemID:
    file:/.../docbook-xsl-1.71.1/common/stripns.xsl; Line#: 259; Column#: -1

    I'm not using any customization layers. When I run the conversion, both
    Xalan and Saxon are on the classpath. Might this be a problem? (I don't
    use the commandline but access either directly via their API.)

    Regards, Christian.




  • 5.  RE: [docbook-apps] in XHTML output (DocBook XSL 1.71.1)

    Posted 10-21-2006 10:34
    >


  • 6.  Re: [docbook-apps] in XHTML output (DocBook XSL 1.71.1)

    Posted 10-21-2006 12:04
    >The official DocBook stylesheets are designed to be processed with an XSLT
    >1.0 processor (for example Saxon 6.5.5).

    I see - that explains it why I can't use Saxon 8 with those. Thank you!

    Regards, Christian.