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