]> granicus.if.org Git - apache/commitdiff
forgot those
authorAndré Malo <nd@apache.org>
Sun, 2 May 2004 23:12:58 +0000 (23:12 +0000)
committerAndré Malo <nd@apache.org>
Sun, 2 May 2004 23:12:58 +0000 (23:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103570 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/man/man.en.xsl
docs/manual/style/man/manpage.xsl

index 2ae593bf05b11404dab96bd406ee7ae153b505ca..e3aa61bb9d6e667caf945870912f40341b3fcaa4 100644 (file)
@@ -26,7 +26,7 @@
 />
 
 <!-- Read the localized messages from the specified language file -->
-<xsl:variable name="messages" select="document('../lang/en.xml')/messages" />
+<xsl:variable name="message" select="document('../lang/en.xml')/language/messages/message" />
 
 <!-- Now get the real guts of the stylesheet -->
 <xsl:include href="manpage.xsl" />
index 3b7b2f631435a9f024ae59ccddb287d3bfc9cebd..9f9924ffe58bd99d4beafdfb505f646a8a2b77df 100644 (file)
 &lf;
 <xsl:text>.SH "</xsl:text>
     <xsl:call-template name="filter.escape">
-        <xsl:with-param name="text" select="normalize-space(translate($messages
-                          /message[@name='summary'], $lowercase, $uppercase))"/>
+        <xsl:with-param name="text" select="normalize-space(translate($message
+                          [@id='summary'], $lowercase, $uppercase))"/>
     </xsl:call-template>
 <xsl:text>"</xsl:text>&lf;
 <xsl:apply-templates />