Codebase list gitmagic / HEAD custom-nochunks.xsl
HEAD

Tree @HEAD (Download .tar.gz)

custom-nochunks.xsl @HEADraw · history · blame

1
2
3
4
5
6
7
8
<?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">
<xsl:output method="html" encoding="UTF-8" indent="no"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
/>
</xsl:stylesheet>