Suggested by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95212
13f79535-47bb-0310-9956-
ffa450edef68
<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"/>
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="common.xsl"/>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>