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/03_meta')
-rw-r--r-- | source/03_meta/articles.xsl | 7 | ||||
-rw-r--r-- | source/03_meta/meta.xsl | 7 | ||||
-rw-r--r-- | source/03_meta/paginated_articles.xsl | 7 | ||||
-rw-r--r-- | source/03_meta/tags.xsl | 7 |
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"> |