docbook-apps

  • 1.  javascript file in docbook generated html

    Posted 04-18-2020 12:02
    Hi all
    You may customize docbook to include a certain javascript into all your generated html files (chunked) by including

    <xsl:param name="html.script">nmlQuery.js</xsl:param>

    is there a way you can make this appear in the html as



  • 2.  Re: [docbook-apps] javascript file in docbook generated html

    Posted 04-19-2020 05:52
    If you just want to change the @type attribute value for all scripts,
    there's a param for that:

    http://docbook.sourceforge.net/release/xsl/current/doc/html/html.script.type.html

    Bob Stayton
    bobs@sagehill.net

    On 4/18/2020 5:01 AM, Niels Müller Larsen wrote:
    > Hi all
    > You may customize docbook to include a certain javascript into all your generated html files (chunked) by including
    >
    > <xsl:param name="html.script">nmlQuery.js</xsl:param>
    >
    > is there a way you can make this appear in the html as
    >
    >