aboutsummaryrefslogtreecommitdiff
path: root/source/03_meta
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/03_meta
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/03_meta')
-rw-r--r--source/03_meta/articles.xsl7
-rw-r--r--source/03_meta/meta.xsl7
-rw-r--r--source/03_meta/paginated_articles.xsl7
-rw-r--r--source/03_meta/tags.xsl7
4 files changed, 0 insertions, 28 deletions
diff --git a/source/03_meta/articles.xsl b/source/03_meta/articles.xsl
index 5bd2dc0..e9a54c3 100644
--- a/source/03_meta/articles.xsl
+++ b/source/03_meta/articles.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/datasource.xsl]"/>
<xsl:variable name="meta">
diff --git a/source/03_meta/meta.xsl b/source/03_meta/meta.xsl
index 9c2d7fc..91c09b3 100644
--- a/source/03_meta/meta.xsl
+++ b/source/03_meta/meta.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/datasource.xsl]"/>
<xsl:variable name="meta">
diff --git a/source/03_meta/paginated_articles.xsl b/source/03_meta/paginated_articles.xsl
index ec5a22a..61439b8 100644
--- a/source/03_meta/paginated_articles.xsl
+++ b/source/03_meta/paginated_articles.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/datasource.xsl]"/>
<xsl:variable name="meta">
diff --git a/source/03_meta/tags.xsl b/source/03_meta/tags.xsl
index ac77335..7caf37f 100644
--- a/source/03_meta/tags.xsl
+++ b/source/03_meta/tags.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/datasource.xsl]"/>
<xsl:variable name="meta">