cziegeler    2004/05/16 09:13:25

  Modified:    src/blocks/xmldb/java/org/apache/cocoon/components/source/impl
                        XMLDBSource.java
  Log:
  Use different namespace prefix (everything starting with "xml" is preserved).
  See http://www.w3.org/TR/REC-xml-names/#xmlReserved
  
  Revision  Changes    Path
  1.17      +2 -2      
cocoon-2.1/src/blocks/xmldb/java/org/apache/cocoon/components/source/impl/XMLDBSource.java
  
  Index: XMLDBSource.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/xmldb/java/org/apache/cocoon/components/source/impl/XMLDBSource.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XMLDBSource.java  16 May 2004 15:20:48 -0000      1.16
  +++ XMLDBSource.java  16 May 2004 16:13:25 -0000      1.17
  @@ -74,7 +74,7 @@
       public static final String URI = "http://apache.org/cocoon/xmldb/1.0";;
   
       /** Source prefix */
  -    public static final String PREFIX = "xmldb";
  +    public static final String PREFIX = "db";
   
       /** Root element <code>&lt;collections&gt;</code> */
       protected static final String COLLECTIONS  = "collections";
  
  
  

Reply via email to