comparison docs/xslt/changes.xslt @ 4048:f872a86a655c stable-1.0

CHANGES conversion from KOI8-R to UTF-8.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Aug 2011 14:02:15 +0000
parents 3e706fcccbf3
children
comparison
equal deleted inserted replaced
4047:3e706fcccbf3 4048:f872a86a655c
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