comparison xsls/article.xsls @ 99:1d315ef37215

The case <default/> is now language-agnostic.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 18 Oct 2011 09:06:15 +0000
parents 02fc5e96a305
children 1aa4f50144e4
comparison
equal deleted inserted replaced
98:a10bc0cb0a6a 99:1d315ef37215
11 X:param XML = "'../xml'"; 11 X:param XML = "'../xml'";
12 X:param YEAR; 12 X:param YEAR;
13 13
14 X:var SITE = "'http://nginx.org'"; 14 X:var SITE = "'http://nginx.org'";
15 X:var LINK = "/article/@link | /module/@link"; 15 X:var LINK = "/article/@link | /module/@link";
16 X:var LANG = "/article/@lang | /module/@lang";
16 17
17 X:include href = "dirname.xslt"; 18 X:include href = "dirname.xslt";
18 X:include href = "link.xslt"; 19 X:include href = "link.xslt";
19 X:include href = "style.xslt"; 20 X:include href = "style.xslt";
20 X:include href = "body.xslt"; 21 X:include href = "body.xslt";