]> granicus.if.org Git - apache/commitdiff
German version of the stylesheet.
authorAstrid Malo <kess@apache.org>
Fri, 16 Aug 2002 20:11:34 +0000 (20:11 +0000)
committerAstrid Malo <kess@apache.org>
Fri, 16 Aug 2002 20:11:34 +0000 (20:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96417 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.de.xsl [new file with mode: 0644]

diff --git a/docs/manual/style/manual.de.xsl b/docs/manual/style/manual.de.xsl
new file mode 100644 (file)
index 0000000..8263eca
--- /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('de.xml')/messages"/>
+
+<!-- Now get the real guts of the stylesheet -->
+<xsl:include href="common.xsl"/>
+
+</xsl:stylesheet>
\ No newline at end of file