Mercurial > hgbook
comparison xsl/en/html.xsl @ 723:3c5e1c03cc3e
Add XSL stylesheets for DocBook
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Thu, 12 Mar 2009 15:47:15 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
722:082bb76417f1 | 723:3c5e1c03cc3e |
---|---|
1 <?xml version="1.0"?> | |
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> | |
3 | |
4 <xsl:import href="../html.xsl"/> | |
5 | |
6 <xsl:param name="l10n.gentext.language" select="'en'"/> | |
7 | |
8 </xsl:stylesheet> |