diff options
| author | Adrian Kummerlaender | 2014-06-27 21:38:00 +0200 | 
|---|---|---|
| committer | Adrian Kummerlaender | 2014-06-27 21:38:00 +0200 | 
| commit | 53f89ed5e242f3c5e662a0d7535901f423a7e98f (patch) | |
| tree | de01037cfba25fa4eb7aa0267d266329bd57db18 | |
| parent | a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6 (diff) | |
| download | InputXSLT-53f89ed5e242f3c5e662a0d7535901f423a7e98f.tar InputXSLT-53f89ed5e242f3c5e662a0d7535901f423a7e98f.tar.gz InputXSLT-53f89ed5e242f3c5e662a0d7535901f423a7e98f.tar.bz2 InputXSLT-53f89ed5e242f3c5e662a0d7535901f423a7e98f.tar.lz InputXSLT-53f89ed5e242f3c5e662a0d7535901f423a7e98f.tar.xz InputXSLT-53f89ed5e242f3c5e662a0d7535901f423a7e98f.tar.zst InputXSLT-53f89ed5e242f3c5e662a0d7535901f423a7e98f.zip  | |
Added link to "write-file" test case to README.md
| -rw-r--r-- | README.md | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -9,11 +9,11 @@ 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 +- external `write-file` function for writing files  ## Examples: @@ -24,6 +24,7 @@ The `test` directory contains black-box test cases for every external function p  - [`InputXSLT:read-directory`](test/read_directory/transformation.xsl)  - [`InputXSLT:transform`](test/transform/transformation.xsl)  - [`InputXSLT:external-text-formatter`](test/external_text_formatter/transformation.xsl) (requires [markdown.pl](http://daringfireball.net/projects/markdown/)) +- [`InputXSLT:write-file`](test/write_file/transformation.xsl)  ## Requirements:  | 
