comparison docs/xslt/changes.xslt @ 4028:76bc29f06168

CHANGES conversion from KOI8-R to UTF-8.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Aug 2011 12:50:54 +0000
parents 34c91abf6048
children db6d07dbef3c
comparison
equal deleted inserted replaced
4027:73c7ffd6275e 4028:76bc29f06168
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 3
4 <xsl:output encoding="koi8-r" method="text"/> 4 <xsl:output method="text"/>
5 5
6 <xsl:param select="'en'" name="lang"/> 6 <xsl:param select="'en'" name="lang"/>
7 7
8 <xsl:param select="'../xml/change_log_conf.xml'" name="configuration"/> 8 <xsl:param select="'../xml/change_log_conf.xml'" name="configuration"/>
9 9