d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<?xml version="1.0" encoding="utf-8"?>
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<!--
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes Licensed to the Apache Software Foundation (ASF) under one or more
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes contributor license agreements. See the NOTICE file distributed with
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes this work for additional information regarding copyright ownership.
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg The ASF licenses this file to You under the Apache License, Version 2.0
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes (the "License"); you may not use this file except in compliance with
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes the License. You may obtain a copy of the License at
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes http://www.apache.org/licenses/LICENSE-2.0
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes Unless required by applicable law or agreed to in writing, software
0662ed52e814f8f08ef0e09956413a792584eddffuankg distributed under the License is distributed on an "AS IS" BASIS,
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes See the License for the specific language governing permissions and
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes limitations under the License.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes-->
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<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"/>
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<!-- Read the localized messages from the specified language file -->
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<xsl:variable name="message" select="document('lang/ru.xml')/language/messages/message"/>
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<xsl:variable name="doclang">ru</xsl:variable>
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes<!-- some meta information have to be passed to the transformation -->
16b55a35cff91315d261d1baa776138af465c4e4fuankg<xsl:variable name="output-encoding">KOI8-R</xsl:variable>
16b55a35cff91315d261d1baa776138af465c4e4fuankg<xsl:variable name="is-chm" select="false()"/>
16b55a35cff91315d261d1baa776138af465c4e4fuankg<xsl:variable name="is-zip" select="false()"/>
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<xsl:variable name="is-retired" select="false()"/>
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<!-- Now get the real guts of the stylesheet -->
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes<xsl:include href="xsl/common.xsl"/>
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes</xsl:stylesheet>