switch to a 60 bit hash
[httpd-crcsyncproxy.git] / docs / manual / style / manual.de.xsl
blob0b1667ad276e933c0cfb34ecf1d66d9a2b5ef417
1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
4 Licensed to the Apache Software Foundation (ASF) under one or more
5 contributor license agreements. See the NOTICE file distributed with
6 this work for additional information regarding copyright ownership.
7 The ASF licenses this file to You under the Apache License, Version 2.0
8 (the "License"); you may not use this file except in compliance with
9 the License. You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 -->
20 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
22 <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"/>
24 <!-- Read the localized messages from the specified language file -->
25 <xsl:variable name="message" select="document('lang/de.xml')/language/messages/message"/>
26 <xsl:variable name="doclang">de</xsl:variable>
27 <xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
29 <!-- some meta information have to be passed to the transformation -->
30 <xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
31 <xsl:variable name="is-chm" select="false()"/>
32 <xsl:variable name="is-zip" select="false()"/>
34 <!-- Now get the real guts of the stylesheet -->
35 <xsl:include href="xsl/common.xsl"/>
37 </xsl:stylesheet>