Skip to content

Commit 45944a3

Browse files
committed
Changing file extension that output-filename-for-chunk adds to .xhtml
1 parent 68ef2b9 commit 45944a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlbook-xsl/chunk.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ sect5:s
320320
<xsl:number count="*[local-name() = $node-name and @data-type = $node-data-type]" format="01"/>
321321
<xsl:if test="$original-call = 1">
322322
<!-- ToDo: Parameterize me to allow use of different filename extension? -->
323-
<xsl:text>.html</xsl:text>
323+
<xsl:text>.xhtml</xsl:text>
324324
</xsl:if>
325325
</xsl:for-each>
326326
</xsl:template>

0 commit comments

Comments
 (0)