From 8aca155ea840cb3064d58b78508195be3bbcfdb3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 24 Aug 2014 23:20:54 +0200 Subject: Implemented basic generation summary * "summarize.xsl" processes the result-tree of "process.xsl" and outputs a basic plain-text summary ** the plain-text summary is returned as the sole result of calling "make.xsl" * this approach should be easily extensible into i.e. a verbose version in the future * unraveled "make.xsl" structure into separate variables --- process.xsl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'process.xsl') diff --git a/process.xsl b/process.xsl index a054965..a0c1895 100644 --- a/process.xsl +++ b/process.xsl @@ -12,10 +12,10 @@ method="xml" omit-xml-declaration="yes" encoding="UTF-8" - indent="yes" + indent="no" /> - + @@ -53,6 +53,16 @@ + + + + + + + + + + -- cgit v1.2.3