Mercurial > hgbook
annotate stylesheets/zh/html-single.xsl @ 761:bc9dc4f2f912
Add tip.png and warning.png
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Tue, 31 Mar 2009 11:11:43 +0800 |
parents | bae6d1503482 |
children |
rev | line source |
---|---|
723
3c5e1c03cc3e
Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
3c5e1c03cc3e
Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff
changeset
|
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> |
3c5e1c03cc3e
Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff
changeset
|
3 |
3c5e1c03cc3e
Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff
changeset
|
4 <xsl:import href="../html-single.xsl"/> |
3c5e1c03cc3e
Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff
changeset
|
5 |
3c5e1c03cc3e
Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff
changeset
|
6 <xsl:param name="l10n.gentext.language" select="'zh'"/> |
3c5e1c03cc3e
Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff
changeset
|
7 |
3c5e1c03cc3e
Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff
changeset
|
8 </xsl:stylesheet> |