aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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