diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2011-10-09 06:49:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2011-10-09 06:49:54 +0000 |
| commit | c94b7e3d94cc260e64360613de6dc45da8236240 (patch) | |
| tree | 034d8b1ca3ea2f8c1b70dac4222cc1315b533a3c /docs/xsls/module.xsls | |
| parent | 94b5460c7002ff84cf675977c9b9f4228276ed6b (diff) | |
| download | nginx-c94b7e3d94cc260e64360613de6dc45da8236240.tar.gz nginx-c94b7e3d94cc260e64360613de6dc45da8236240.tar.bz2 | |
The reference documentation is moving elsewhere.
Diffstat (limited to '')
| -rw-r--r-- | docs/xsls/module.xsls | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/xsls/module.xsls b/docs/xsls/module.xsls deleted file mode 100644 index 4743700bd..000000000 --- a/docs/xsls/module.xsls +++ /dev/null @@ -1,34 +0,0 @@ -X:stylesheet { - -X:output method="html" indent="no" encoding="utf-8"; - -X:strip-space elements = "*"; - -<!-- - -- a current directory of a XSLT script is where the script is stored, - -- but not where XSLT processor has been started to run the script - --> -X:param XML = "'../xml'"; - -X:var ID = "/module/@id"; - -X:include href = "directive.xslt"; -X:include href = "content.xslt"; - - -X:template = "/module" { - <html><head> - - <title> !{@name} </title> - - </head> - <body> - - <center><h3> !{@name} </h3></center> - !!; - - </body> - </html> -} - -} |
