From 1921be28cc94764b2bd8c26e76d7171440b926ab Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 4 Sep 2014 21:31:20 +0200 Subject: Moved generation stage stylesheets into "detail" folder * they are read by FunctionReadFile to and passed to FunctionGenerate as a DOM tree to execute them as if they where located in the parent directory ** this is required so they behave as expected without requiring all paths to be absolute * this change was implemented to make it clear that "make.xsl" is the main generation stylesheet ** additionally this further separates the framework implementation from the site-specific stylesheets and contents --- detail/process.xsl | 250 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 detail/process.xsl (limited to 'detail/process.xsl') diff --git a/detail/process.xsl b/detail/process.xsl new file mode 100644 index 0000000..3ccbd36 --- /dev/null +++ b/detail/process.xsl @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + success + + + error + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3