[Gnucash-changes] Adding namespace for doc: prefix

Neil Williams codehelp at cvs.gnucash.org
Sat Feb 26 16:25:05 EST 2005


Log Message:
-----------
Adding namespace for doc: prefix

Modified Files:
--------------
    gnucash-docs/xsl:
        admonitions.xsl
        copyright.xsl
        toc.xsl

Revision Data
-------------
Index: toc.xsl
===================================================================
RCS file: /home/cvs/cvsroot/gnucash-docs/xsl/toc.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lxsl/toc.xsl -Lxsl/toc.xsl -u -r1.1 -r1.2
--- xsl/toc.xsl
+++ xsl/toc.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">
@@ -31,7 +32,7 @@
 <!-- Should the first section have its own chunk? 0 or 1 -->
 <xsl:param name="chunk.first.sections" select ="1"/>
 
-<!-- This template is called from book/part toc. 
+<!-- This template is called from book/part toc.
      We commented out "subtoc" stuff. As a result, book/part tocs only
      contain chapters /appendices/prefaces, but not sect*. -->
 
@@ -73,7 +74,7 @@
 <!--    <xsl:if test="$toc.listitem.type = 'li'
                   and $toc.section.depth>0 and section|sect1">
       <xsl:copy-of select="$subtoc.list"/>
-    </xsl:if> --> 
+    </xsl:if> -->
   </xsl:element>
 <!--  <xsl:if test="$toc.listitem.type != 'li'
                 and $toc.section.depth>0 and section|sect1">
Index: copyright.xsl
===================================================================
RCS file: /home/cvs/cvsroot/gnucash-docs/xsl/copyright.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lxsl/copyright.xsl -Lxsl/copyright.xsl -u -r1.1 -r1.2
--- xsl/copyright.xsl
+++ xsl/copyright.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">
@@ -17,7 +18,7 @@
 	    <xsl:with-param name="key" select="'Copyright'"/>
 	  </xsl:call-template>
 	</h2>
-	
+
     <p class="{name(.)}">
       <xsl:call-template name="gentext">
 	    <xsl:with-param name="key" select="'Copyright'"/>
Index: admonitions.xsl
===================================================================
RCS file: /home/cvs/cvsroot/gnucash-docs/xsl/admonitions.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lxsl/admonitions.xsl -Lxsl/admonitions.xsl -u -r1.1 -r1.2
--- xsl/admonitions.xsl
+++ xsl/admonitions.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">


More information about the gnucash-changes mailing list