hgbook

view stylesheets/en/html.xsl @ 900:5e63e72aed10

Restructure the folders layout to allow easier static serving with a real webserver in the future.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 14:46:22 2009 +0100 (2009-10-26)
parents 3c5e1c03cc3e
children
line source
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
4 <xsl:import href="../html.xsl"/>
6 <xsl:param name="l10n.gentext.language" select="'en'"/>
8 </xsl:stylesheet>