You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/05/22 12:06:33 UTC

cvs commit: httpd-2.0/docs/manual/style manual.ja.xsl

yoshiki     02/05/22 03:06:33

  Modified:    docs/manual/style manual.ja.xsl
  Log:
  Lowercase ISO-2022-JP.
  
  Suggested by: Hiroaki KAWAI <ha...@bcl.t.u-tokyo.ac.jp>
  
  Revision  Changes    Path
  1.2       +2 -2      httpd-2.0/docs/manual/style/manual.ja.xsl
  
  Index: manual.ja.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.ja.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- manual.ja.xsl	17 May 2002 17:24:41 -0000	1.1
  +++ manual.ja.xsl	22 May 2002 10:06:33 -0000	1.2
  @@ -2,7 +2,7 @@
   <xsl:stylesheet version="1.0"
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
  -<xsl:output method="html" encoding="ISO-2202-JP" indent="no"/>
  +<xsl:output method="html" encoding="iso-2202-jp" indent="no"/>
   
   <!-- Read the localized messages from the specified language file -->
   <xsl:variable name="messages" select="document('ja.xml')/messages"/>
  @@ -10,4 +10,4 @@
   <!-- Now get the real guts of the stylesheet -->
   <xsl:include href="common.xsl"/>
   
  -</xsl:stylesheet>
  \ No newline at end of file
  +</xsl:stylesheet>