]> granicus.if.org Git - apache/blob - docs/manual/style/manual.ru.xsl
Help doc writer to spot places where:
[apache] / docs / manual / style / manual.ru.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3  Licensed to the Apache Software Foundation (ASF) under one or more
4  contributor license agreements.  See the NOTICE file distributed with
5  this work for additional information regarding copyright ownership.
6  The ASF licenses this file to You under the Apache License, Version 2.0
7  (the "License"); you may not use this file except in compliance with
8  the License.  You may obtain a copy of the License at
9
10      http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing, software
13  distributed under the License is distributed on an "AS IS" BASIS,
14  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  See the License for the specific language governing permissions and
16  limitations under the License.
17 -->
18
19 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
20
21 <xsl:output method="xml" encoding="KOI8-R" indent="no" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
22
23 <!-- Read the localized messages from the specified language file -->
24 <xsl:variable name="message" select="document('lang/ru.xml')/language/messages/message"/>
25 <xsl:variable name="doclang">ru</xsl:variable>
26 <xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
27
28 <!-- some meta information have to be passed to the transformation -->
29 <xsl:variable name="output-encoding">KOI8-R</xsl:variable>
30 <xsl:variable name="is-chm" select="false()"/>
31 <xsl:variable name="is-zip" select="false()"/>
32 <xsl:variable name="is-retired" select="false()"/>
33
34 <!-- Now get the real guts of the stylesheet -->
35 <xsl:include href="xsl/common.xsl"/>
36
37 </xsl:stylesheet>