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 --- make.xsl | 63 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 28 deletions(-) (limited to 'make.xsl') diff --git a/make.xsl b/make.xsl index 159e232..f073910 100644 --- a/make.xsl +++ b/make.xsl @@ -11,11 +11,9 @@ method="xml" omit-xml-declaration="yes" encoding="UTF-8" - indent="yes" + indent="no" /> - - @@ -30,33 +28,42 @@ source target - - + + + + + + + + - - - - - - - - - - list.xsl - - - - - - - - - - - plan.xsl + + list.xsl - - process.xsl + + + + + + + + + + + plan.xsl + + + + + + + process.xsl + + + + + + summarize.xsl -- cgit v1.2.3