1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-22 23:12:44 +03:00
Files
apache/docs/manual/style/manual.de.xsl
Astrid Malo 7ddbc36cca German version of the stylesheet.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96417 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 20:11:34 +00:00

13 lines
442 B
XML

<?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>