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