From 7f6611cded8c1591f1aa1a4c7d70505cb21e7967 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 9 Aug 2014 18:42:47 +0200 Subject: Changed FunctionExternalTextFormatter to execute formatter inside shell * otherwise one has to pass the full path to the command ** additionally it is much easier to enable passing arguments to the external formatter this way * modified external function parameter accordingly * updated external text formatter test case --- test/external_text_formatter/transformation.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/external_text_formatter/transformation.xsl b/test/external_text_formatter/transformation.xsl index f797b87..aa9a300 100644 --- a/test/external_text_formatter/transformation.xsl +++ b/test/external_text_formatter/transformation.xsl @@ -25,7 +25,7 @@ - /usr/bin/markdown + markdown [test.md] -- cgit v1.2.3