diff 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
line wrap: on
line diff
--- a/xsls/article.xsls
+++ b/xsls/article.xsls
@@ -13,6 +13,7 @@ X:param YEAR;
 
 X:var SITE = "'http://nginx.org'";
 X:var LINK = "/article/@link | /module/@link";
+X:var LANG = "/article/@lang | /module/@lang";
 
 X:include href = "dirname.xslt";
 X:include href = "link.xslt";