aboutsummaryrefslogtreecommitdiff
path: root/docs/xsl/fileext.xsl
blob: f34e4cb0da843d11c272a4edf63399256bf62e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:fo="http://www.w3.org/1999/XSL/Format"
                version='1.0'>

<!-- This sets the extension for HTML files to ".html".     -->
<!-- (The stylesheet's default for XHTML files is ".xhtm".) -->
<xsl:param name="html.ext" select="'.html'"/>

</xsl:stylesheet>