diff options
Removed unnecessary namespace declarations
* xalan and/or InputXSLT namespace should only be included when they are actually required
Diffstat (limited to 'source')
-rw-r--r-- | source/01_files/source.xsl | 3 | ||||
-rw-r--r-- | source/02_data/tags.xsl | 3 | ||||
-rw-r--r-- | source/03_meta/meta.xsl | 3 | ||||
-rw-r--r-- | source/03_meta/tags.xsl | 3 | ||||
-rw-r--r-- | source/99_result/article/article.xsl | 3 | ||||
-rw-r--r-- | source/99_result/page/page.xsl | 3 | ||||
-rw-r--r-- | source/99_result/tag/tag.xsl | 3 |
7 files changed, 1 insertions, 20 deletions
diff --git a/source/01_files/source.xsl b/source/01_files/source.xsl index 6b177f7..1648c73 100644 --- a/source/01_files/source.xsl +++ b/source/01_files/source.xsl @@ -2,9 +2,8 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:xalan="http://xml.apache.org/xalan" xmlns:InputXSLT="function.inputxslt.application" - exclude-result-prefixes="xalan InputXSLT" + exclude-result-prefixes="InputXSLT" > <xsl:output diff --git a/source/02_data/tags.xsl b/source/02_data/tags.xsl index f04ec32..252f365 100644 --- a/source/02_data/tags.xsl +++ b/source/02_data/tags.xsl @@ -2,9 +2,6 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:xalan="http://xml.apache.org/xalan" - xmlns:InputXSLT="function.inputxslt.application" - exclude-result-prefixes="xalan InputXSLT" > <xsl:output diff --git a/source/03_meta/meta.xsl b/source/03_meta/meta.xsl index 75baa1d..9c2d7fc 100644 --- a/source/03_meta/meta.xsl +++ b/source/03_meta/meta.xsl @@ -2,9 +2,6 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:xalan="http://xml.apache.org/xalan" - xmlns:InputXSLT="function.inputxslt.application" - exclude-result-prefixes="xalan InputXSLT" > <xsl:output diff --git a/source/03_meta/tags.xsl b/source/03_meta/tags.xsl index 3e11c8b..84114e8 100644 --- a/source/03_meta/tags.xsl +++ b/source/03_meta/tags.xsl @@ -2,9 +2,6 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:xalan="http://xml.apache.org/xalan" - xmlns:InputXSLT="function.inputxslt.application" - exclude-result-prefixes="xalan InputXSLT" > <xsl:output diff --git a/source/99_result/article/article.xsl b/source/99_result/article/article.xsl index 558ab6a..af8702b 100644 --- a/source/99_result/article/article.xsl +++ b/source/99_result/article/article.xsl @@ -2,9 +2,6 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:xalan="http://xml.apache.org/xalan" - xmlns:InputXSLT="function.inputxslt.application" - exclude-result-prefixes="xalan InputXSLT" > <xsl:output diff --git a/source/99_result/page/page.xsl b/source/99_result/page/page.xsl index 8fced90..5541afd 100644 --- a/source/99_result/page/page.xsl +++ b/source/99_result/page/page.xsl @@ -2,9 +2,6 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:xalan="http://xml.apache.org/xalan" - xmlns:InputXSLT="function.inputxslt.application" - exclude-result-prefixes="xalan InputXSLT" > <xsl:output diff --git a/source/99_result/tag/tag.xsl b/source/99_result/tag/tag.xsl index 1bae16c..742b92d 100644 --- a/source/99_result/tag/tag.xsl +++ b/source/99_result/tag/tag.xsl @@ -2,9 +2,6 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:xalan="http://xml.apache.org/xalan" - xmlns:InputXSLT="function.inputxslt.application" - exclude-result-prefixes="xalan InputXSLT" > <xsl:output |