You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ro...@apache.org on 2001/03/06 21:29:32 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/xml NamespacesTable.java

rossb       01/03/06 12:29:32

  Modified:    src/org/apache/cocoon/xml Tag: xml-cocoon2
                        NamespacesTable.java
  Log:
  A simple one-liner submitted by Bruce G. Robertson
  <br...@mta.ca>. I think he's got lots more of these... :-)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +2 -1      xml-cocoon/src/org/apache/cocoon/xml/Attic/NamespacesTable.java
  
  Index: NamespacesTable.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/xml/Attic/NamespacesTable.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- NamespacesTable.java	2000/12/11 16:06:59	1.1.2.3
  +++ NamespacesTable.java	2001/03/06 20:29:32	1.1.2.4
  @@ -16,7 +16,7 @@
    *
    * @author <a href="mailto:fumagalli@exoffice.com">Pierpaolo Fumagalli</a>
    *         (Apache Software Foundation, Exoffice Technologies)
  - * @version CVS $Revision: 1.1.2.3 $ $Date: 2000/12/11 16:06:59 $
  + * @version CVS $Revision: 1.1.2.4 $ $Date: 2001/03/06 20:29:32 $
    */
   public class NamespacesTable {
       /** The initial namespace declaration. */
  @@ -31,6 +31,7 @@
           // Set the previous declaration of this namespace as self, so it will
           // not be possible to remove it :)
           this.entry.previousDeclaration=this.entry;
  +        this.addDeclaration("xml", "http://www.w3.org/XML/1998/namespace");
       }
   
       /**