comparison xsls/dirindex.xsls @ 1187:d7d60966f6f8

Added indentation to directive/variables indexes. While these files aren't designed to be read/edited by humans, indentation makes things more convenient. E.g., terminal is no longer flooded by a very long line with full list of directives if dirindex.xml is matched by grep.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 May 2014 18:36:52 +0400
parents be54c443235a
children 364a04c4f761
comparison
equal deleted inserted replaced
1186:8125bec5c7a1 1187:d7d60966f6f8
2 Copyright (C) Nginx, Inc. 2 Copyright (C) Nginx, Inc.
3 --> 3 -->
4 4
5 X:stylesheet { 5 X:stylesheet {
6 6
7 X:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8"; 7 X:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8"
8 indent="yes";
8 9
9 <!-- 10 <!--
10 -- 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,
11 -- 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
12 --> 13 -->