We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b06f10 commit 6867445Copy full SHA for 6867445
1 file changed
Customization/xsl/user-styles-extend.xsl
@@ -52,6 +52,11 @@
52
</xsl:otherwise>
53
</xsl:choose>
54
<xsl:value-of select="$newline"/>
55
+
56
+ <!-- ↓ Add an additional extended stylesheet ↑ -->
57
+ <xsl:apply-templates select="." mode="gen-common-extended-style"/>
58
+ <!-- ↑ End customization · Continue with DITA-OT defaults ↓ -->
59
60
<!-- Add user's style sheet if requested to -->
61
<xsl:if test="string-length($CSS) > 0">
62
<xsl:choose>
@@ -63,10 +68,6 @@
63
68
64
69
</xsl:choose><xsl:value-of select="$newline"/>
65
70
</xsl:if>
66
-
67
- <!-- ↓ Add an additional extended stylesheet ↑ -->
- <xsl:apply-templates select="." mode="gen-common-extended-style"/>
- <!-- ↑ End customization · Continue with DITA-OT defaults ↓ -->
71
</xsl:template>
72
73
</xsl:stylesheet>
0 commit comments