comparison xsls/rss.xsls @ 3052:e835715198f5

Free nginx: fixed RSS links.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:06:27 +0300
parents 5d64d8a856db
children
comparison
equal deleted inserted replaced
3051:8a61d0ed67fa 3052:e835715198f5
17 -- but not where XSLT processor has been started to run the script 17 -- but not where XSLT processor has been started to run the script
18 --> 18 -->
19 X:param XML = "'../xml'"; 19 X:param XML = "'../xml'";
20 X:param YEAR; 20 X:param YEAR;
21 21
22 X:var SITE = "'http://nginx.org'"; 22 X:var SITE = "'http://freenginx.org'";
23 X:var LINK = "/news/@link"; 23 X:var LINK = "/news/@link";
24 24
25 X:include href = "dirname.xslt"; 25 X:include href = "dirname.xslt";
26 X:include href = "link.xslt"; 26 X:include href = "link.xslt";
27 X:include href = "menu.xslt"; 27 X:include href = "menu.xslt";