changeset 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 8125bec5c7a1
children 5d0cc9f886f4
files xsls/dirindex.xsls
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/dirindex.xsls
+++ b/xsls/dirindex.xsls
@@ -4,7 +4,8 @@
 
 X:stylesheet {
 
-X:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8";
+X:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8"
+         indent="yes";
 
 <!--
   -- a current directory of a XSLT script is where the script is stored,