summaryrefslogtreecommitdiffstats
path: root/docs/manual/style/manual.en.xsl
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-05-03 00:56:39 +0200
committerAndré Malo <nd@apache.org>2004-05-03 00:56:39 +0200
commit09e6b83cb6e9104a3f133e328c8eeecc7eb68f45 (patch)
tree97da66ef4ee0e2868ffc2fb205e899bb8be64db5 /docs/manual/style/manual.en.xsl
parentupdate stylesheets for autogeneration (diff)
downloadapache2-09e6b83cb6e9104a3f133e328c8eeecc7eb68f45.tar.xz
apache2-09e6b83cb6e9104a3f133e328c8eeecc7eb68f45.zip
remove autogenerated files
`build bootstrap` git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/manual.en.xsl')
-rw-r--r--docs/manual/style/manual.en.xsl24
1 files changed, 9 insertions, 15 deletions
diff --git a/docs/manual/style/manual.en.xsl b/docs/manual/style/manual.en.xsl
index f368b18689..762a94ea7e 100644
--- a/docs/manual/style/manual.en.xsl
+++ b/docs/manual/style/manual.en.xsl
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
@@ -16,26 +16,20 @@
limitations under the License.
-->
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:output
- method="xml"
- encoding="ISO-8859-1"
- indent="no"
- doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
- doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
-/>
+<xsl:output method="xml" encoding="ISO-8859-1" 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('lang/en.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/en.xml')/language/messages/message"/>
+<xsl:variable name="doclang">en</xsl:variable>
<!-- some meta information have to be passed to the transformation -->
-<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
-<xsl:variable name="is-chm" select="false()" />
-<xsl:variable name="is-zip" select="false()" />
+<xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
+<xsl:variable name="is-chm" select="false()"/>
+<xsl:variable name="is-zip" select="false()"/>
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
+</xsl:stylesheet> \ No newline at end of file