aboutsummaryrefslogtreecommitdiff
path: root/dummy/in.xml
diff options
context:
space:
mode:
authorAdrian Kummerländer2014-04-17 21:51:20 +0200
committerAdrian Kummerländer2014-04-17 21:51:20 +0200
commit9648c804a23278fcdf66e0f78c350e2ddce492ee (patch)
tree3da73f21148ffaa3773abf5cd7a0d35cba76f8e5 /dummy/in.xml
downloadInputXSLT-9648c804a23278fcdf66e0f78c350e2ddce492ee.tar
InputXSLT-9648c804a23278fcdf66e0f78c350e2ddce492ee.tar.gz
InputXSLT-9648c804a23278fcdf66e0f78c350e2ddce492ee.tar.bz2
InputXSLT-9648c804a23278fcdf66e0f78c350e2ddce492ee.tar.lz
InputXSLT-9648c804a23278fcdf66e0f78c350e2ddce492ee.tar.xz
InputXSLT-9648c804a23278fcdf66e0f78c350e2ddce492ee.tar.zst
InputXSLT-9648c804a23278fcdf66e0f78c350e2ddce492ee.zip
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
Diffstat (limited to 'dummy/in.xml')
-rw-r--r--dummy/in.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dummy/in.xml b/dummy/in.xml
new file mode 100644
index 0000000..7b512bc
--- /dev/null
+++ b/dummy/in.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<items>
+ <item>Test1</item>
+ <item>Test2</item>
+ <item>Test3</item>
+ <item>Test4</item>
+</items>