From 32c65970263c65022f5278b568c07b63c3d5d64b Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Sun, 15 Jun 2014 15:14:46 +0200
Subject: Merged "read-xml-file" and "read-file" into "read-file" *
FunctionReadFile is now able to distinguish between XML files and plain text
files ** it selects the appropriate course of action automatically ** reading
the file as XML into the DOM or reading it as a string * the current
selection criteria is the file extension ** I am thinking about trying to
import every file into the DOM and using the result state of that action as
selection criteria * Updated README.md and test cases accordingly
---
test/read_xml_file/transformation.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'test/read_xml_file')
diff --git a/test/read_xml_file/transformation.xsl b/test/read_xml_file/transformation.xsl
index ae54099..98ae358 100644
--- a/test/read_xml_file/transformation.xsl
+++ b/test/read_xml_file/transformation.xsl
@@ -10,7 +10,7 @@
-
+
--
cgit v1.2.3