]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/docbook.xsl
path.c: clarify trie_find()'s in-code comment
[thirdparty/git.git] / Documentation / docbook.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2 version='1.0'>
3 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
4 <xsl:output method="html"
5 encoding="UTF-8" indent="no"
6 doctype-public="-//W3C//DTD HTML 4.01//EN"
7 doctype-system="http://www.w3.org/TR/html4/strict.dtd" />
8 </xsl:stylesheet>