[yelp-xsl] mal-if.xsl: Namespace cleanup



commit 3f70ae2af728999c7bb1639e800b9cce9b5bb1ae
Author: Shaun McCance <shaunm gnome org>
Date:   Tue Aug 13 00:07:27 2013 -0400

    mal-if.xsl: Namespace cleanup

 xslt/mallard/common/mal-if.xsl |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/xslt/mallard/common/mal-if.xsl b/xslt/mallard/common/mal-if.xsl
index 8af161b..d07c191 100644
--- a/xslt/mallard/common/mal-if.xsl
+++ b/xslt/mallard/common/mal-if.xsl
@@ -19,11 +19,8 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 xmlns:mal="http://projectmallard.org/1.0/";
                 xmlns:if="http://projectmallard.org/if/1.0/";
-                xmlns:dyn="http://exslt.org/dynamic";
-                xmlns:func="http://exslt.org/functions";
                 xmlns:str="http://exslt.org/strings";
-                exclude-result-prefixes="mal if dyn func str"
-                extension-element-prefixes="func"
+                exclude-result-prefixes="mal if str"
                 version="1.0">
 
 <!--!!==========================================================================


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]