comparison 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
comparison
equal deleted inserted replaced
4066:ac19e755a132 4067:da811964e37c
5 5
6 <xsl:strip-space elements="*"/> 6 <xsl:strip-space elements="*"/>
7 7
8 <xsl:param select="'../xml'" name="XML"/> 8 <xsl:param select="'../xml'" name="XML"/>
9 9
10 <xsl:variable select="/module/@link" name="LINK"/> 10 <xsl:variable select="/module/@id" name="ID"/>
11 11
12 <xsl:include href="directive.xslt"/> 12 <xsl:include href="directive.xslt"/>
13 13
14 <xsl:include href="content.xslt"/> 14 <xsl:include href="content.xslt"/>
15 15
17 17
18 <html> 18 <html>
19 <head> 19 <head>
20 20
21 <title> 21 <title>
22 <xsl:value-of select="@title"/> 22 <xsl:value-of select="@name"/>
23 </title> 23 </title>
24 24
25 </head> 25 </head>
26 26
27 <body> 27 <body>