OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: javascript file in docbook generated html


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

<script src="nmlQuery.js" type="module"/>

it would be very convenient by allowing you to structure your js in a more moderne way.

BTW ...type="text/javascript" is not necessary in this day and age.

-- 
Niels MÃller Larsen <nml@x15.dk>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]