diff options
Updated formatter helper template
* recent changes in InputXSLT revamped "external-text-formatter" into a general "external-command" function
* this changes were implemented to enable e.g. symlinking and copying files from the source to the target
Diffstat (limited to 'utility')
-rw-r--r-- | utility/formatter.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/formatter.xsl b/utility/formatter.xsl index 0f7643e..1c2ff3f 100644 --- a/utility/formatter.xsl +++ b/utility/formatter.xsl @@ -11,7 +11,7 @@ <xsl:param name="format"/> <xsl:param name="source"/> - <xsl:copy-of select="InputXSLT:external-text-formatter( + <xsl:copy-of select="InputXSLT:external-command( $format, $source )/self::output/node()"/> |