From a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 27 Jun 2014 21:35:46 +0200 Subject: Updated README.md and added "write-file" test case * slightly improved FunctionTransform test case utility templates --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 513e930..f60b342 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # InputXSLT -... is a proof-of-concept implementation of external read-only file access functions for XSLT based on Apache [xalan](https://xalan.apache.org/) and [xerces](https://xerces.apache.org/). +... is a proof-of-concept implementation of external ~~read-only~~ file access functions for XSLT based on Apache [xalan](https://xalan.apache.org/) and [xerces](https://xerces.apache.org/). ## Why?! @@ -9,6 +9,8 @@ Contrary to popular opinion I actually like XSLT as a content transformation lan ## Current features: - external `read-file` function for read-only access to both plain and xml files +- external `write-file` function for writing files +- external `read-directory` function for read-only directory traversal - external `read-directory` function for read-only directory traversal - external `transform` function for executing transformations inside transformations - external `external-text-formatter` function for executing text formatters and capturing their XML output -- cgit v1.2.3