aboutsummaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-07-26 14:22:52 +0200
committerAdrian Kummerlaender2014-07-26 14:22:52 +0200
commit93d4a7e4e1d1e577cb7fddc42345f5eb9c117678 (patch)
tree9c19d01a300d144dbb857de4be4ecfe921e362f2 /utility
parentf1b5bc10962b31c3869724384832e85f99b9f03c (diff)
downloadblog.kummerlaender.eu-93d4a7e4e1d1e577cb7fddc42345f5eb9c117678.tar
blog.kummerlaender.eu-93d4a7e4e1d1e577cb7fddc42345f5eb9c117678.tar.gz
blog.kummerlaender.eu-93d4a7e4e1d1e577cb7fddc42345f5eb9c117678.tar.bz2
blog.kummerlaender.eu-93d4a7e4e1d1e577cb7fddc42345f5eb9c117678.tar.lz
blog.kummerlaender.eu-93d4a7e4e1d1e577cb7fddc42345f5eb9c117678.tar.xz
blog.kummerlaender.eu-93d4a7e4e1d1e577cb7fddc42345f5eb9c117678.tar.zst
blog.kummerlaender.eu-93d4a7e4e1d1e577cb7fddc42345f5eb9c117678.zip
Removed unnecessary namespace declarations
* xalan and/or InputXSLT namespace should only be included when they are actually required
Diffstat (limited to 'utility')
-rw-r--r--utility/datasource.xsl3
-rw-r--r--utility/master.xsl3
2 files changed, 0 insertions, 6 deletions
diff --git a/utility/datasource.xsl b/utility/datasource.xsl
index 5b0d4a5..ce31d41 100644
--- a/utility/datasource.xsl
+++ b/utility/datasource.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/utility/master.xsl b/utility/master.xsl
index ec7366c..2ab77d0 100644
--- a/utility/master.xsl
+++ b/utility/master.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