Update OpenBSD configure files.
[i18n-zh.git] / doc / svnbook / stylesheets / zh_CN / chm.xsl
blob3b5219407d2afc5733d1290d9d3e849fec17e58b
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
4 <xsl:import href="../chm.xsl"/>
6 <xsl:param name="l10n.gentext.language" select="'zh_cn'"/>
8 <xsl:param name="htmlhelp.encoding" select="'GB18030'"/>
9 <xsl:param name="chunker.output.encoding" select="'GB18030'"/>
11 <xsl:param name="htmlhelp.chm" select="'svnbook-zh_CN.chm'"/>
13 <xsl:param name="htmlhelp.title">
14 <xsl:text>Subversion 权威指南</xsl:text>
15 </xsl:param>
17 </xsl:stylesheet>