comparison xslt/rss.xslt @ 1211:4011ba8fdf30

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 31 May 2014 09:10:53 +0400
parents 0f9faaddd31c
children 331fcfce1ada
comparison
equal deleted inserted replaced
1210:5d64d8a856db 1211:4011ba8fdf30
2 <!-- 2 <!--
3 Copyright (C) Igor Sysoev 3 Copyright (C) Igor Sysoev
4 Copyright (C) Nginx, Inc. 4 Copyright (C) Nginx, Inc.
5 --> 5 -->
6 6
7 <xsl:stylesheet xmlns:date="http://exslt.org/dates-and-times" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 7 <xsl:stylesheet xmlns:date="http://exslt.org/dates-and-times" exclude-result-prefixes="date" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
8 8
9 <xsl:output indent="no" encoding="utf-8"/> 9 <xsl:output indent="no" encoding="utf-8"/>
10 10
11 <xsl:strip-space elements="*"/> 11 <xsl:strip-space elements="*"/>
12 12