From 9648c804a23278fcdf66e0f78c350e2ddce492ee Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Thu, 17 Apr 2014 21:51:20 +0200 Subject: First commit of _InputXSLT_ * quick and dirty proof-of-concept for adding plain-file access to XSLT ** based on Apache Xalan XSLT processor * The idea is to create something like a static counterpart to Symphony CMS * Adding functions to XSLT for file system, plain file and binary file (read)-access * This project aims to test how such functionality can be integrated into XSLT ** if it works it could be developed into a nice static content transformation system * Contrary to the popular opinion I actually like XML and XSLT when used responsibly --- dummy/test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 dummy/test.txt (limited to 'dummy/test.txt') diff --git a/dummy/test.txt b/dummy/test.txt new file mode 100644 index 0000000..cd08755 --- /dev/null +++ b/dummy/test.txt @@ -0,0 +1 @@ +Hello world! -- cgit v1.2.3