aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/article/article.xsl
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-07-27 21:18:26 +0200
committerAdrian Kummerlaender2014-07-27 21:18:26 +0200
commita6c539589757b24e53d53ae07ab5bf6753e60f81 (patch)
tree2978285a16ecdf93dac42c4e211798d574196449 /source/99_result/article/article.xsl
parentfd62bfc0bae405843d8448c42bdb6379196f1213 (diff)
downloadblog.kummerlaender.eu-a6c539589757b24e53d53ae07ab5bf6753e60f81.tar
blog.kummerlaender.eu-a6c539589757b24e53d53ae07ab5bf6753e60f81.tar.gz
blog.kummerlaender.eu-a6c539589757b24e53d53ae07ab5bf6753e60f81.tar.bz2
blog.kummerlaender.eu-a6c539589757b24e53d53ae07ab5bf6753e60f81.tar.lz
blog.kummerlaender.eu-a6c539589757b24e53d53ae07ab5bf6753e60f81.tar.xz
blog.kummerlaender.eu-a6c539589757b24e53d53ae07ab5bf6753e60f81.tar.zst
blog.kummerlaender.eu-a6c539589757b24e53d53ae07ab5bf6753e60f81.zip
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/article/article.xsl')
-rw-r--r--source/99_result/article/article.xsl7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/99_result/article/article.xsl b/source/99_result/article/article.xsl
index f4ed77c..0b2cc12 100644
--- a/source/99_result/article/article.xsl
+++ b/source/99_result/article/article.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:include href="[utility/date-time.xsl]"/>