summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2013-08-13 00:07:27 -0400
committerShaun McCance <shaunm@gnome.org>2013-08-13 00:07:27 -0400
commit3f70ae2af728999c7bb1639e800b9cce9b5bb1ae (patch)
tree31a1abbdbef431f7c606ea2531868ca7f749f4e3
parent55e2072fc866a6c45b77557700eeffbd78f7f13b (diff)
downloadyelp-xsl-3f70ae2af728999c7bb1639e800b9cce9b5bb1ae.tar.gz
mal-if.xsl: Namespace cleanup
-rw-r--r--xslt/mallard/common/mal-if.xsl5
1 files changed, 1 insertions, 4 deletions
diff --git a/xslt/mallard/common/mal-if.xsl b/xslt/mallard/common/mal-if.xsl
index 8af161b0..d07c191a 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">
<!--!!==========================================================================