From b942f8ed534e789495b74cc87fd155b0bd2dab0b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 23 Aug 2014 12:58:32 +0200 Subject: Revamped source tree traversion * this was done to be able to implement directory symlinking * the generation process is now split into three transformations ** the actual work is performed by "list.xsl" and "traverse.xsl" respecitively ** "make.xsl" wraps these two transformations *** i.e. generation is now launched by executing "ixslt --transformation make.xsl" * checked background images into VCS --- utility/helper.xsl | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'utility') diff --git a/utility/helper.xsl b/utility/helper.xsl index cf3d7ba..0ebc15d 100644 --- a/utility/helper.xsl +++ b/utility/helper.xsl @@ -7,6 +7,16 @@ exclude-result-prefixes="xalan InputXSLT" > + + + + + + + + + + @@ -17,20 +27,4 @@ )/self::command/node()"/> - - - - - - - - - - - - -- cgit v1.2.3