diff 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
line wrap: on
line diff
--- a/xsls/dirindex.xsls	Tue Apr 29 19:27:51 2014 +0400
+++ b/xsls/dirindex.xsls	Wed May 14 18:36:52 2014 +0400
@@ -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,