summaryrefslogtreecommitdiffstats
path: root/docs/manual/style/manual.ja.xsl
diff options
context:
space:
mode:
authorErik Abele <erikabele@apache.org>2002-09-06 00:59:32 +0200
committerErik Abele <erikabele@apache.org>2002-09-06 00:59:32 +0200
commit9a3aee992b21f4b16aec5bdd87d16c7d76511e55 (patch)
tree0ca912bd4345ac624e70b204beebd7362dd3b9ba /docs/manual/style/manual.ja.xsl
parentAdditional images used by the new manual style. (diff)
downloadapache2-9a3aee992b21f4b16aec5bdd87d16c7d76511e55.tar.xz
apache2-9a3aee992b21f4b16aec5bdd87d16c7d76511e55.zip
Clean-up for some newly located files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/manual.ja.xsl')
-rw-r--r--docs/manual/style/manual.ja.xsl12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/manual/style/manual.ja.xsl b/docs/manual/style/manual.ja.xsl
index 7c64e97007..66e6bd4773 100644
--- a/docs/manual/style/manual.ja.xsl
+++ b/docs/manual/style/manual.ja.xsl
@@ -2,12 +2,18 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-<xsl:output method="html" encoding="iso-2022-jp" indent="no"/>
+<xsl:output
+ method="xml"
+ encoding="iso-2022-jp"
+ indent="no"
+ doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
+ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
+/>
<!-- Read the localized messages from the specified language file -->
-<xsl:variable name="messages" select="document('ja.xml')/messages"/>
+<xsl:variable name="messages" select="document('lang/ja.xml')/messages"/>
<!-- Now get the real guts of the stylesheet -->
-<xsl:include href="common.xsl"/>
+<xsl:include href="xsl/common.xsl"/>
</xsl:stylesheet>