diff options
Removed duplicated xsl output declarations
* the output node is defined in both the master and datasource transformation
** i.e. they do not have to be defined in transformations making use of one of these transformations
Diffstat (limited to 'source/99_result/tag')
-rw-r--r-- | source/99_result/tag/tag.xsl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/99_result/tag/tag.xsl b/source/99_result/tag/tag.xsl index 742b92d..2e4423e 100644 --- a/source/99_result/tag/tag.xsl +++ b/source/99_result/tag/tag.xsl @@ -4,13 +4,6 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > -<xsl:output - method="xml" - omit-xml-declaration="no" - encoding="UTF-8" - indent="yes" -/> - <xsl:include href="[utility/master.xsl]"/> <xsl:variable name="meta"> |