comparison xslt/rss.xslt @ 3053:331fcfce1ada

Regenerated.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:06:29 +0300
parents 4011ba8fdf30
children
comparison
equal deleted inserted replaced
3052:e835715198f5 3053:331fcfce1ada
15 .. but not where XSLT processor has been started to run the script 15 .. but not where XSLT processor has been started to run the script
16 --> 16 -->
17 <xsl:param select="'../xml'" name="XML"/> 17 <xsl:param select="'../xml'" name="XML"/>
18 <xsl:param name="YEAR"/> 18 <xsl:param name="YEAR"/>
19 19
20 <xsl:variable select="'http://nginx.org'" name="SITE"/> 20 <xsl:variable select="'http://freenginx.org'" name="SITE"/>
21 <xsl:variable select="/news/@link" name="LINK"/> 21 <xsl:variable select="/news/@link" name="LINK"/>
22 22
23 <xsl:include href="dirname.xslt"/> 23 <xsl:include href="dirname.xslt"/>
24 <xsl:include href="link.xslt"/> 24 <xsl:include href="link.xslt"/>
25 <xsl:include href="menu.xslt"/> 25 <xsl:include href="menu.xslt"/>