comparison xslt/dirindex.xslt @ 1188:5d0cc9f886f4

Regenerated.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 May 2014 18:36:58 +0400
parents c454373427ef
children d83f7372feb5
comparison
equal deleted inserted replaced
1187:d7d60966f6f8 1188:5d0cc9f886f4
3 Copyright (C) Nginx, Inc. 3 Copyright (C) Nginx, Inc.
4 --> 4 -->
5 5
6 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 6 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
7 7
8 <xsl:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8"/> 8 <xsl:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8" indent="yes"/>
9 9
10 <!-- 10 <!--
11 .. a current directory of a XSLT script is where the script is stored, 11 .. a current directory of a XSLT script is where the script is stored,
12 .. but not where XSLT processor has been started to run the script 12 .. but not where XSLT processor has been started to run the script
13 --> 13 -->