aboutsummaryrefslogtreecommitdiff
path: root/test/external_text_formatter/transformation.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'test/external_text_formatter/transformation.xsl')
-rw-r--r--test/external_text_formatter/transformation.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/external_text_formatter/transformation.xsl b/test/external_text_formatter/transformation.xsl
index aa9a300..c6f11fc 100644
--- a/test/external_text_formatter/transformation.xsl
+++ b/test/external_text_formatter/transformation.xsl
@@ -16,7 +16,7 @@
<xsl:variable name="content" select="InputXSLT:read-file($file)/text()"/>
- <xsl:copy-of select="InputXSLT:external-text-formatter(
+ <xsl:copy-of select="InputXSLT:external-command(
$format,
$content
)"/>