comparison docs/xsls/module.xsls @ 4066:ac19e755a132

DTD and XSLS changes for modules.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 05 Sep 2011 09:32:00 +0000
parents fc808f006ff4
children 5e2103cffd80
comparison
equal deleted inserted replaced
4065:227a819b46db 4066:ac19e755a132
8 -- a current directory of a XSLT script is where the script is stored, 8 -- a current directory of a XSLT script is where the script is stored,
9 -- but not where XSLT processor has been started to run the script 9 -- but not where XSLT processor has been started to run the script
10 --> 10 -->
11 X:param XML = "'../xml'"; 11 X:param XML = "'../xml'";
12 12
13 X:var LINK = "/module/@link"; 13 X:var ID = "/module/@id";
14 14
15 X:include href = "directive.xslt"; 15 X:include href = "directive.xslt";
16 X:include href = "content.xslt"; 16 X:include href = "content.xslt";
17 17
18 18
19 X:template = "/module" { 19 X:template = "/module" {
20 <html><head> 20 <html><head>
21 21
22 <title> !{@title} </title> 22 <title> !{@name} </title>
23 23
24 </head> 24 </head>
25 <body> 25 <body>
26 26
27 !!; 27 !!;