summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@shaunmlxlap.localdomain>2009-06-14 21:50:53 -0500
committerShaun McCance <shaunm@shaunmlxlap.localdomain>2009-06-14 21:50:53 -0500
commitf86619e624e06a1fd20bcfd5fe2d1f18bdf8192b (patch)
tree10cc495a7d09a2b0900784a81f162515c33a8b66 /xslt
parent5a815acf0b065d80cd968cc2584e66940d89d388 (diff)
downloadgnome-doc-utils-f86619e624e06a1fd20bcfd5fe2d1f18bdf8192b.tar.gz
Switching the mallard namespace to projectmallard.org
Diffstat (limited to 'xslt')
-rw-r--r--xslt/mallard/common/mal-link.xsl2
-rw-r--r--xslt/mallard/html/mal2html-block.xsl2
-rw-r--r--xslt/mallard/html/mal2html-inline.xsl2
-rw-r--r--xslt/mallard/html/mal2html-list.xsl2
-rw-r--r--xslt/mallard/html/mal2html-media.xsl2
-rw-r--r--xslt/mallard/html/mal2html-page.xsl2
-rw-r--r--xslt/mallard/html/mal2html-table.xsl2
-rw-r--r--xslt/mallard/html/mal2html.xsl2
-rw-r--r--xslt/mallard/html/mal2xhtml.xsl2
-rw-r--r--xslt/mallard/utils/mal2cache.xsl4
10 files changed, 11 insertions, 11 deletions
diff --git a/xslt/mallard/common/mal-link.xsl b/xslt/mallard/common/mal-link.xsl
index 8d5d648..294612e 100644
--- a/xslt/mallard/common/mal-link.xsl
+++ b/xslt/mallard/common/mal-link.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
version="1.0">
<!--!!==========================================================================
diff --git a/xslt/mallard/html/mal2html-block.xsl b/xslt/mallard/html/mal2html-block.xsl
index 49c39fe..266f02d 100644
--- a/xslt/mallard/html/mal2html-block.xsl
+++ b/xslt/mallard/html/mal2html-block.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
diff --git a/xslt/mallard/html/mal2html-inline.xsl b/xslt/mallard/html/mal2html-inline.xsl
index 036b1f4..969f0c6 100644
--- a/xslt/mallard/html/mal2html-inline.xsl
+++ b/xslt/mallard/html/mal2html-inline.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
diff --git a/xslt/mallard/html/mal2html-list.xsl b/xslt/mallard/html/mal2html-list.xsl
index 22a54f0..0fddd53 100644
--- a/xslt/mallard/html/mal2html-list.xsl
+++ b/xslt/mallard/html/mal2html-list.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
diff --git a/xslt/mallard/html/mal2html-media.xsl b/xslt/mallard/html/mal2html-media.xsl
index 20308b5..fb97fc8 100644
--- a/xslt/mallard/html/mal2html-media.xsl
+++ b/xslt/mallard/html/mal2html-media.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index 769119d..895950d 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
xmlns:str="http://exslt.org/strings"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
diff --git a/xslt/mallard/html/mal2html-table.xsl b/xslt/mallard/html/mal2html-table.xsl
index da86a28..561d419 100644
--- a/xslt/mallard/html/mal2html-table.xsl
+++ b/xslt/mallard/html/mal2html-table.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
xmlns:str="http://exslt.org/strings"
xmlns="http://www.w3.org/1999/xhtml"
extension-element-prefixes="str"
diff --git a/xslt/mallard/html/mal2html.xsl b/xslt/mallard/html/mal2html.xsl
index 7952520..5ef6ce8 100644
--- a/xslt/mallard/html/mal2html.xsl
+++ b/xslt/mallard/html/mal2html.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
xmlns:html="http://www.w3.org/1999/xhtml"
exclude-result-prefixes="mal"
version="1.0">
diff --git a/xslt/mallard/html/mal2xhtml.xsl b/xslt/mallard/html/mal2xhtml.xsl
index 4cca1b7..b835e9c 100644
--- a/xslt/mallard/html/mal2xhtml.xsl
+++ b/xslt/mallard/html/mal2xhtml.xsl
@@ -17,7 +17,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://www.gnome.org/~shaunm/mallard"
+ xmlns:mal="http://projectmallard.org/1.0/"
xmlns="http://www.w3.org/1999/xhtml"
exclude-result-prefixes="mal"
version="1.0">
diff --git a/xslt/mallard/utils/mal2cache.xsl b/xslt/mallard/utils/mal2cache.xsl
index 86ba254..a2c88c8 100644
--- a/xslt/mallard/utils/mal2cache.xsl
+++ b/xslt/mallard/utils/mal2cache.xsl
@@ -17,8 +17,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://www.gnome.org/~shaunm/mallard'
- xmlns='http://www.gnome.org/~shaunm/mallard'
+ xmlns:mal='http://projectmallard.org/1.0/'
+ xmlns='http://projectmallard.org/1.0/'
version='1.0'>
<xsl:output omit-xml-declaration="yes"/>