[yelp-tools] yelp-build: Set the HTML namespace correctly



commit f10654bd02974b3aeef2f5445793142f7144fcc6
Author: Shaun McCance <shaunm gnome org>
Date:   Sat May 14 12:31:55 2011 -0400

    yelp-build: Set the HTML namespace correctly

 tools/yelp-build.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tools/yelp-build.in b/tools/yelp-build.in
index fce6718..8e802bd 100755
--- a/tools/yelp-build.in
+++ b/tools/yelp-build.in
@@ -207,6 +207,7 @@ yelp_html_db2html () {
             echo '<xsl:stylesheet'
             echo ' xmlns:xsl="http://www.w3.org/1999/XSL/Transform";'
             echo ' xmlns:exsl="http://exslt.org/common";'
+            echo ' xmlns="http://www.w3.org/1999/xhtml";'
             echo ' extension-element-prefixes="exsl"'
             echo ' version="1.0">'
             if [ "x$is_xhtml" = "x1" ]; then
@@ -314,6 +315,7 @@ yelp_html_page2html () {
         echo '<xsl:stylesheet'
         echo ' xmlns:xsl="http://www.w3.org/1999/XSL/Transform";'
         echo ' xmlns:exsl="http://exslt.org/common";'
+        echo ' xmlns="http://www.w3.org/1999/xhtml";'
         echo ' extension-element-prefixes="exsl"'
         echo ' version="1.0">'
         if [ "x$is_xhtml" = "x1" ]; then



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