comparison xsls/article.xsls @ 600:89a4e934d207

Emit a warning with a link to English original if translation is outdated.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Jul 2012 09:27:55 +0000
parents b57657247299
children 095d1972dad9
comparison
equal deleted inserted replaced
599:992a542565b1 600:89a4e934d207
13 -- a current directory of a XSLT script is where the script is stored, 13 -- a current directory of a XSLT script is where the script is stored,
14 -- but not where XSLT processor has been started to run the script 14 -- but not where XSLT processor has been started to run the script
15 --> 15 -->
16 X:param XML = "'../xml'"; 16 X:param XML = "'../xml'";
17 X:param YEAR; 17 X:param YEAR;
18 X:param ORIGIN;
18 19
19 X:var LINK = "/article/@link | /module/@link"; 20 X:var LINK = "/article/@link | /module/@link";
20 X:var LANG = "/article/@lang | /module/@lang"; 21 X:var LANG = "/article/@lang | /module/@lang";
21 22
22 X:include href = "dirname.xslt"; 23 X:include href = "dirname.xslt";