From 086779c6d3d40f244b6aafd6d402fd29b921a735 Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Sat, 12 Jul 2014 16:15:42 +0200
Subject: Implemented external "generate" function * this function essentially
provides the same functionality as FunctionTransform with the addition of
directly committing the result to the filesystem ** this is needed if one
wants to generate doctype-containing transformations from inside a
transformation as "write-file" is not able to infer the doctype of a given
xalan::XalanNode pointer ** this is a integral limitation of (at least) XSLT
1.0 as implemented in Apache Xalan *** a document can of course only have a
single document type *** e.g. we can not include a doctype node in the result
tree of FunctionTransform * implemented test case for FunctionGenerate *
transformation "test.xsl" is shared between the FunctionTransform and
FunctionGenerate test cases * modified README.md accordingly
---
test/transform/test.xsl | 30 ------------------------------
test/transform/transformation.xsl | 2 +-
2 files changed, 1 insertion(+), 31 deletions(-)
delete mode 100644 test/transform/test.xsl
(limited to 'test/transform')
diff --git a/test/transform/test.xsl b/test/transform/test.xsl
deleted file mode 100644
index a9f04a5..0000000
--- a/test/transform/test.xsl
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/test/transform/transformation.xsl b/test/transform/transformation.xsl
index 7cfb8f9..247a4c6 100644
--- a/test/transform/transformation.xsl
+++ b/test/transform/transformation.xsl
@@ -36,7 +36,7 @@
- test.xsl
+ [test.xsl]
--
cgit v1.2.3