From 2becbedf4cb779b56578e495293b850ff05b738f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 30 Jun 2014 19:38:02 +0200 Subject: Improved "external-text-formatter" test case helper template * test cases should also provide examples of how the tested external functions may be integrated into transformations ** helper templates such as "formatter" or "transformer" are an important step into this direction ** especially functions other than plain read-only functions fit much better into a template context than a XPath context --- test/external_text_formatter/transformation.xsl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/external_text_formatter/transformation.xsl b/test/external_text_formatter/transformation.xsl index 2026302..f797b87 100644 --- a/test/external_text_formatter/transformation.xsl +++ b/test/external_text_formatter/transformation.xsl @@ -11,22 +11,22 @@ - + + - - InputXSLT:external-text-formatter( - '/usr/bin/markdown', - $source - ) - + - + - + /usr/bin/markdown + [test.md] -- cgit v1.2.3