From 0231b111189ad201871aa0714a69163d87031f79 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 28 Aug 2014 12:38:49 +0200 Subject: Added formatted error output to the summarize transformation * generation errors are returned in the "log" node of the appropriate task node * "summarize.xsl" transforms the nodes of all failed tasks into a easily readable plain-text version ** the output is specialized on the different task types --- process.xsl | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'process.xsl') diff --git a/process.xsl b/process.xsl index a0c1895..0580fa2 100644 --- a/process.xsl +++ b/process.xsl @@ -39,14 +39,22 @@ + + - + + + + + + + -- cgit v1.2.3