From 53f89ed5e242f3c5e662a0d7535901f423a7e98f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 27 Jun 2014 21:38:00 +0200 Subject: Added link to "write-file" test case to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f60b342..714efcf 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3