fsfe-website/default.xsl
nicoulas 066f6a4952 - we now use only one step of XSL transformation
svn path=/trunk/; revision=25134
2013-01-09 01:31:28 +00:00

12 lines
350 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time"
exclude-result-prefixes="dt">
<xsl:import href="fsfe.xsl" />
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat" />
</xsl:stylesheet>