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