manual.en.xsl revision 45de0209f6fdd98b9961f9641f85d572e14e3edc
6fbd2e53c97ea6976d93e0ac521adabc55e0fb73nd Copyright 2002-2004 The Apache Software Foundation
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd Licensed under the Apache License, Version 2.0 (the "License");
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd you may not use this file except in compliance with the License.
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd You may obtain a copy of the License at
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd Unless required by applicable law or agreed to in writing, software
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd distributed under the License is distributed on an "AS IS" BASIS,
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd See the License for the specific language governing permissions and
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd limitations under the License.
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
0b0582a3aa10227767e359e693c4b43fec272388nd<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"/>
bd86ff36396a5487cc60f9c087b7eb146fe31babslive<!-- Read the localized messages from the specified language file -->
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="message" select="document('lang/en.xml')/language/messages/message"/>
45de0209f6fdd98b9961f9641f85d572e14e3edcnd<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
b854c3d9a05ce1bda09da25769af497e4bea749fnd<!-- some meta information have to be passed to the transformation -->
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
bd86ff36396a5487cc60f9c087b7eb146fe31babslive<!-- Now get the real guts of the stylesheet -->