aboutsummaryrefslogtreecommitdiff
path: root/example.cc
diff options
context:
space:
mode:
Diffstat (limited to 'example.cc')
-rw-r--r--example.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/example.cc b/example.cc
deleted file mode 100644
index a0c122d..0000000
--- a/example.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "plattform_guard.h"
-#include "transformation_facade.h"
-
-int main(int, char**) {
- InputXSLT::PlattformGuard plattform;
- InputXSLT::TransformationFacade transformation("../dummy/transform.xsl");
-
- return transformation.generate("out.xml", {
- {"test", "42"}
- });
-}