diff docs/xslt/module.xslt @ 4067:da811964e37c

XSLT regeneration for the previous commit.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 05 Sep 2011 09:33:54 +0000
parents 131adbb6c82d
children dc1fa52222b4
line wrap: on
line diff
--- a/docs/xslt/module.xslt
+++ b/docs/xslt/module.xslt
@@ -7,7 +7,7 @@
 
    <xsl:param select="'../xml'" name="XML"/>
 
-   <xsl:variable select="/module/@link" name="LINK"/>
+   <xsl:variable select="/module/@id" name="ID"/>
 
    <xsl:include href="directive.xslt"/>
 
@@ -19,7 +19,7 @@
          <head>
 
             <title>
-               <xsl:value-of select="@title"/>
+               <xsl:value-of select="@name"/>
             </title>
 
          </head>