Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

3.2. htmlhelp

		
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   	<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
	<xsl:param name="htmlhelp.encoding">UTF-8</xsl:param>
   	<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
   	<xsl:param name="htmlhelp.autolabel" select="1"/>
   	<xsl:param name="htmlhelp.hhc.section.depth">3</xsl:param>
	<xsl:param name="htmlhelp.hhc.show.root" select="0"/> <!-- 1 目录收缩  0 目录展开 -->
	
   	<xsl:param name="section.autolabel" select="1"/>
	<xsl:param name="section.label.includes.component.label" select="1"/>
	<xsl:param name="bibliography.numbered" select="1"/>
	<xsl:param name="toc.max.depth">4</xsl:param>
   	<xsl:param name="toc.section.depth">3</xsl:param>

   	<!--
   	<xsl:param name="htmlhelp.chm">neo.chm</xsl:param>
   	<xsl:param name="htmlhelp.use.hhk" select="1"/>
   	<xsl:param name="use.id.as.filename" select="1"/>
   	 -->
   	 
   <xsl:template name="user.footer.content"> 

   </xsl:template>   	 
   	 
   <xsl:template name="user.footer.navigation">

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-11694057-1']);
  _gaq.push(['_setDomainName', 'netkiller.github.io']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F997cd4a7320a82d72cb74d179118f697' type='text/javascript'%3E%3C/script%3E"));
</script>

   </xsl:template>   	 
</xsl:stylesheet>		
		
		
		
<!DOCTYPE stylesheet [
<!ENTITY xsl_ns_base_cygwin "/home/neo/docbook/tools/docbook-xsl-ns-1.76.1"> 
]>
 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
 
<xsl:import href="&xsl_ns_base_cygwin;/usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
 
<xsl:output encoding="UTF-8" indent="no"/>
 
<xsl:param name="title.font.family">msyhbd</xsl:param>
<xsl:param name="body.font.family">msyh</xsl:param>
<xsl:param name="monospace.font.family">msyh</xsl:param>
 
 
</xsl:stylesheet>