aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrian Kummerländer2014-05-26 20:13:11 +0200
committerAdrian Kummerländer2014-05-26 20:13:11 +0200
commit6efa3385ae0fab5f7b6e3a113d1da18cfbed8591 (patch)
tree043220ff989ef5e17b04286e510b9c6984e96ae5 /README.md
parent86f8e73299e86b65affc1a71610dd061fa13bf5c (diff)
downloadInputXSLT-6efa3385ae0fab5f7b6e3a113d1da18cfbed8591.tar
InputXSLT-6efa3385ae0fab5f7b6e3a113d1da18cfbed8591.tar.gz
InputXSLT-6efa3385ae0fab5f7b6e3a113d1da18cfbed8591.tar.bz2
InputXSLT-6efa3385ae0fab5f7b6e3a113d1da18cfbed8591.tar.lz
InputXSLT-6efa3385ae0fab5f7b6e3a113d1da18cfbed8591.tar.xz
InputXSLT-6efa3385ae0fab5f7b6e3a113d1da18cfbed8591.tar.zst
InputXSLT-6efa3385ae0fab5f7b6e3a113d1da18cfbed8591.zip
Added "external-text-formatter" test case
* test case requires markdown.pl formatter to be available in "/usr/bin/" * updated README.md to mention "external-text-formatter" instead of "execute" * updated "read-directory" test case reference file * included library resolution test into "read-file" and "read-xml-file" test cases
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e051979..6c36e06 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Contrary to popular opinion I actually like XSLT as a content transformation lan
- external `read-xml-file` function for read-only access to XML files
- external `read-directory` function for read-only directory traversal
- external `transform` function for executing transformations inside transformations
-- external `execute` function for executing external applications and capturing their output
+- external `external-text-formatter` function for executing text formatters and capturing their XML output
## Requirements: