Codebase list gitmagic / ac6d8f2e-09c8-419d-82d5-7a542603c511/main custom-nochunks.xsl
ac6d8f2e-09c8-419d-82d5-7a542603c511/main

Tree @ac6d8f2e-09c8-419d-82d5-7a542603c511/main (Download .tar.gz)

custom-nochunks.xsl @ac6d8f2e-09c8-419d-82d5-7a542603c511/mainraw · 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>