diff xsls/article.xsls @ 693:095d1972dad9

Added ability to switch languages without context change.
author Vladimir Homutov <vl@nginx.com>
date Fri, 28 Sep 2012 11:14:47 +0000
parents 89a4e934d207
children cd0d1f0130db
line wrap: on
line diff
--- a/xsls/article.xsls
+++ b/xsls/article.xsls
@@ -13,9 +13,11 @@ X:strip-space elements = "article sectio
   -- 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:param XML = "'../xml'";
 X:param YEAR;
 X:param ORIGIN;
+X:param NOLANGORIGIN;
+X:param TRANS;
 
 X:var LINK = "/article/@link | /module/@link";
 X:var LANG = "/article/@lang | /module/@lang";