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/common/test.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/common/test.txt (limited to 'test/common/test.txt') diff --git a/test/common/test.txt b/test/common/test.txt deleted file mode 100644 index 046a6ef..0000000 --- a/test/common/test.txt +++ /dev/null @@ -1,7 +0,0 @@ - - - Hello 1 - Hello 2 - Hello 3 - Hello 4 - -- cgit v1.2.3