You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2002/08/16 22:11:34 UTC

cvs commit: httpd-2.0/docs/manual/style manual.de.xsl

kess        2002/08/16 13:11:34

  Added:       docs/manual/style manual.de.xsl
  Log:
  German version of the stylesheet.
  
  Revision  Changes    Path
  1.1                  httpd-2.0/docs/manual/style/manual.de.xsl
  
  Index: manual.de.xsl
  ===================================================================
  <?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>