2019-07-04 14:06:39 +01:00
|
|
|
<?xml version='1.0'?>
|
|
|
|
<xsl:stylesheet
|
|
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
version="1.0">
|
|
|
|
<xsl:param name="section.autolabel" select="1" />
|
|
|
|
<xsl:param name="section.label.includes.component.label" select="1" />
|
|
|
|
<xsl:param name="html.stylesheet" select="'style.css overrides.css highlightjs/mono-blue.css'" />
|
|
|
|
<xsl:param name="html.script" select="'./highlightjs/highlight.pack.js ./highlightjs/loader.js'" />
|
|
|
|
<xsl:param name="xref.with.number.and.title" select="1" />
|
|
|
|
<xsl:param name="use.id.as.filename" select="1" />
|
2019-10-20 11:17:58 +01:00
|
|
|
<xsl:param name="toc.section.depth" select="0" />
|
2019-07-04 14:06:39 +01:00
|
|
|
<xsl:param name="admon.style" select="''" />
|
|
|
|
<xsl:param name="callout.graphics.extension" select="'.svg'" />
|
|
|
|
</xsl:stylesheet>
|