You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/05/28 17:49:38 UTC

cvs commit: httpd-2.0/docs/manual/style/chm hhc.zh-cn.xsl

nd          2003/05/28 08:49:38

  Modified:    docs/manual/style/chm Tag: APACHE_2_0_BRANCH hhc.zh-cn.xsl
  Log:
  Change TOC font for chinese CHM.
  
  Submitted by: kajaa <ka...@eastday.com>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      httpd-2.0/docs/manual/style/chm/Attic/hhc.zh-cn.xsl
  
  Index: hhc.zh-cn.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/chm/Attic/hhc.zh-cn.xsl,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- hhc.zh-cn.xsl	5 May 2003 00:01:45 -0000	1.1.2.1
  +++ hhc.zh-cn.xsl	28 May 2003 15:49:38 -0000	1.1.2.2
  @@ -13,7 +13,7 @@
   
   <!-- some meta information have to be passed to the transformation -->
   <xsl:variable name="output-encoding" select="'gb2312'" />
  -<xsl:variable name="toc-font" select="'SimHei,10,134'" /> <!-- MS magic ... -->
  +<xsl:variable name="toc-font" select="'SimSun,9,134'" /> <!-- MS magic ... -->
   <xsl:variable name="xml-ext" select="'.xml.zh-cn'" />
   
   <!-- Now get the real guts of the stylesheet -->