[yelp-xsl] Moved Conditionals out of the experimental namespace



commit 9b278e516015696ce8e619e7deb55a3aea0d5740
Author: Shaun McCance <shaunm gnome org>
Date:   Sun Feb 19 07:57:10 2012 -0500

    Moved Conditionals out of the experimental namespace

 xslt/mallard/common/mal-if.xsl       |    2 +-
 xslt/mallard/html/mal2html-block.xsl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xslt/mallard/common/mal-if.xsl b/xslt/mallard/common/mal-if.xsl
index b1ed7af..9333c82 100644
--- a/xslt/mallard/common/mal-if.xsl
+++ b/xslt/mallard/common/mal-if.xsl
@@ -18,7 +18,7 @@ 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/experimental/if/";
+                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";
diff --git a/xslt/mallard/html/mal2html-block.xsl b/xslt/mallard/html/mal2html-block.xsl
index ec1ff06..4626899 100644
--- a/xslt/mallard/html/mal2html-block.xsl
+++ b/xslt/mallard/html/mal2html-block.xsl
@@ -18,7 +18,7 @@ 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/experimental/if/";
+                xmlns:if="http://projectmallard.org/if/1.0/";
                 xmlns:ui="http://projectmallard.org/experimental/ui/";
                 xmlns:msg="http://projects.gnome.org/yelp/gettext/";
                 xmlns="http://www.w3.org/1999/xhtml";



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