[yelp] [yelp-common.xsl.in] Declare the namespace for EXSLT sets



commit acb06c29dd31aa547f68d9d427fe3e560664bd53
Author: Shaun McCance <shaunm gnome org>
Date:   Tue Jun 1 10:57:27 2010 -0500

    [yelp-common.xsl.in] Declare the namespace for EXSLT sets

 stylesheets/yelp-common.xsl.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/stylesheets/yelp-common.xsl.in b/stylesheets/yelp-common.xsl.in
index 72c9c2e..6d6f891 100644
--- a/stylesheets/yelp-common.xsl.in
+++ b/stylesheets/yelp-common.xsl.in
@@ -1,7 +1,9 @@
 <?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 xmlns:yelp="http://www.gnome.org/yelp/ns";
+                xmlns:set="http://exslt.org/sets";
                 xmlns="http://www.w3.org/1999/xhtml";
+                exclude-result-prefixes="set"
                 extension-element-prefixes="yelp"
                 version="1.0">
 



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