]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
XSL for brazilian translations (pt-br).
authorErik Abele <erikabele@apache.org>
Tue, 3 Sep 2002 19:52:10 +0000 (19:52 +0000)
committerErik Abele <erikabele@apache.org>
Tue, 3 Sep 2002 19:52:10 +0000 (19:52 +0000)
Submitted by: Luiz Rocha <lsdrocha@linuxmail.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96626 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.pt-br.xsl [new file with mode: 0644]

diff --git a/docs/manual/style/manual.pt-br.xsl b/docs/manual/style/manual.pt-br.xsl
new file mode 100644 (file)
index 0000000..984e39e
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xsl:stylesheet version="1.0"
+              xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:output method="html" encoding="ISO-8859-1" indent="no"/>
+
+<!-- Read the localized messages from the specified language file -->
+<xsl:variable name="messages" select="document('pt-br.xml')/messages"/>
+
+<!-- Now get the real guts of the stylesheet -->
+<xsl:include href="common.xsl"/>
+
+</xsl:stylesheet>