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 --- list.xsl | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 list.xsl (limited to 'list.xsl') diff --git a/list.xsl b/list.xsl new file mode 100644 index 0000000..7eba255 --- /dev/null +++ b/list.xsl @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3