comparison docs/xslt/module.xslt @ 3998:131adbb6c82d

Regen after makefile changes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 09 Aug 2011 15:15:36 +0000
parents fc808f006ff4
children da811964e37c
comparison
equal deleted inserted replaced
3997:cb90f030acfd 3998:131adbb6c82d
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/@link" name="LINK"/>
11 11
12 <xsl:include href="directive.xslt"/> 12 <xsl:include href="directive.xslt"/>
13
13 <xsl:include href="content.xslt"/> 14 <xsl:include href="content.xslt"/>
14 15
15 <xsl:template match="/module"> 16 <xsl:template match="/module">
16 17
17 <html> 18 <html>
18 <head> 19 <head>
19 20
20 <title> 21 <title>
21 <xsl:value-of select="@title"/> 22 <xsl:value-of select="@title"/>
22 </title> 23 </title>
23 24
24 </head> 25 </head>
25 26
26 <body> 27 <body>
27 28
28 <xsl:apply-templates/> 29 <xsl:apply-templates/>
29 30
30 </body> 31 </body>
31 32
32 </html> 33 </html>
33 </xsl:template> 34 </xsl:template>
35
34 </xsl:stylesheet> 36 </xsl:stylesheet>