Minor preface fixes.
[gitmagic.git] / custom-nochunks.xsl
blobb0cc9e761f09881a6d07846bd71593ef07466962
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:fo="http://www.w3.org/1999/XSL/Format"
4 version="1.0">
5 <xsl:param name="html.stylesheet" select="'default.css'"/>
6 <xsl:param name="generate.toc" select="'book toc'"/>
7 <xsl:output method="html" encoding="UTF-8" indent="no"
8 doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
9 />
10 </xsl:stylesheet>