blynn / gitmagic

A guide to using Git

This URL has Read+Write access

blynn (author)
Sun Nov 15 15:22:51 -0800 2009
commit  0a005ab8b1ec0f965c2489d4797d75c0c91c9df4
tree    c18e454d650b9ba7a2e434c8b7761de79b070290
parent  30f9a1ad4716ce3dbd13e33d67dc54d99ab19a0c
gitmagic / custom-nochunks.xsl
100644 9 lines (8 sloc) 0.313 kb
1
2
3
4
5
6
7
8
9
<?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>