summaryrefslogtreecommitdiff
path: root/docs/manual/style/manual.de.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/style/manual.de.xsl')
-rw-r--r--docs/manual/style/manual.de.xsl24
1 files changed, 9 insertions, 15 deletions
diff --git a/docs/manual/style/manual.de.xsl b/docs/manual/style/manual.de.xsl
index eeb3feedf6..c036a18fe0 100644
--- a/docs/manual/style/manual.de.xsl
+++ b/docs/manual/style/manual.de.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/de.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/de.xml')/language/messages/message"/>
+<xsl:variable name="doclang">de</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