From 93d4a7e4e1d1e577cb7fddc42345f5eb9c117678 Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Sat, 26 Jul 2014 14:22:52 +0200
Subject: Removed unnecessary namespace declarations * xalan and/or InputXSLT
 namespace should only be included when they are actually required

---
 source/99_result/tag/tag.xsl | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'source/99_result/tag')

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
-- 
cgit v1.2.3