]> granicus.if.org Git - docbook-dsssl/commitdiff
Add "date" namespace.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 8 Jul 2005 08:41:01 +0000 (08:41 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 8 Jul 2005 08:41:01 +0000 (08:41 +0000)
xsl/common/refentry.xsl

index d3154ca1212d7c352e6402020063097253a50511..e499f98cd229624f8e696e402ea196eede330222 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version='1.0'?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
-                exclude-result-prefixes="doc"
+                xmlns:date="http://exslt.org/dates-and-times"
+                exclude-result-prefixes="doc date"
                 version='1.0'>
 
 <!-- ********************************************************************