aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-06-27 21:35:46 +0200
committerAdrian Kummerlaender2014-06-27 21:35:46 +0200
commita8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6 (patch)
tree17ccde0cd5fa5a4f632aec7a0ff11ed954e2b93f /README.md
parent266b408ee53b9bc7db2b1a5c92e62adfd2af6def (diff)
downloadInputXSLT-a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6.tar
InputXSLT-a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6.tar.gz
InputXSLT-a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6.tar.bz2
InputXSLT-a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6.tar.lz
InputXSLT-a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6.tar.xz
InputXSLT-a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6.tar.zst
InputXSLT-a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6.zip
Updated README.md and added "write-file" test case
* slightly improved FunctionTransform test case utility templates
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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