]> git.llucax.com Git - software/mutt-debian.git/blob - doc/chunk.xsl
more typo fixing
[software/mutt-debian.git] / doc / chunk.xsl
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3   <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
4   <xsl:import href="mutt.xsl"/>
5   <xsl:param name="use.id.as.filename" select="1"/>
6   <xsl:param name="chunk.section.depth" select="0"/>
7 </xsl:stylesheet>