]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
use language designtated maf base urls
authorAndré Malo <nd@apache.org>
Sun, 5 Sep 2004 17:17:40 +0000 (17:17 +0000)
committerAndré Malo <nd@apache.org>
Sun, 5 Sep 2004 17:17:40 +0000 (17:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105016 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/maf.xsl

index 4ee5ad958e1316d654c844325e3b4b7951f7a4e4..cee43ce6a56bf4cf5dee83a302cfb7c75e1f2a7f 100644 (file)
@@ -30,6 +30,7 @@
 />
 
 <xsl:param name="date" select="false()" />
+<xsl:param name="lang" />
 
 <!-- ==================================================================== -->
 <!-- <indexpage>                                                          -->
@@ -40,7 +41,7 @@
              xmlns:NC="http://home.netscape.com/NC-rdf#"
              xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">&lf;
   <RDF:Description RDF:about="urn:root">&lf;
-    <MAF:originalurl RDF:resource="http://httpd.apache.org/docs-2.1/" />&lf;
+    <MAF:originalurl RDF:resource="http://httpd.apache.org/docs-2.1/{$lang}/" />&lf;
     <MAF:title RDF:resource="{title}" />&lf;
     <xsl:if test="$date">
         <MAF:archivetime RDF:resource="{$date}" />&lf;