summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandrakesoft.com>2004-01-27 13:29:23 +0000
committerFrédéric Crozat <fcrozat@src.gnome.org>2004-01-27 13:29:23 +0000
commitf9f5b762c0d24c5aa728b430a39818c07fe35511 (patch)
treea282615f40c2ffeb3a42dd748ce0e71cc5393c82
parent10cd43709210a59f2e5b761e1e0a874f5132632d (diff)
downloadyelp-f9f5b762c0d24c5aa728b430a39818c07fe35511.tar.gz
Be XML Namespace 1.0 compliante (patch for DV, Mdk bug #6332).
2004-01-27 Frederic Crozat <fcrozat@mandrakesoft.com> * stylesheets/yelp-custom.xsl: Be XML Namespace 1.0 compliante (patch for DV, Mdk bug #6332).
-rw-r--r--ChangeLog5
-rw-r--r--stylesheets/yelp-custom.xsl1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dabc787..294dab07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-01-27 Frederic Crozat <fcrozat@mandrakesoft.com>
+ * stylesheets/yelp-custom.xsl:
+ Be XML Namespace 1.0 compliante (patch for DV, Mdk bug #6332).
+
+2004-01-27 Frederic Crozat <fcrozat@mandrakesoft.com>
+
* stylesheets/yelp-customization.xsl:
Don't generate temporary file for gnumeric help (Mdk bug #6341).
Fix from Shaun.
diff --git a/stylesheets/yelp-custom.xsl b/stylesheets/yelp-custom.xsl
index 3da533ad..2e7f0353 100644
--- a/stylesheets/yelp-custom.xsl
+++ b/stylesheets/yelp-custom.xsl
@@ -1,5 +1,6 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">