unico       2003/11/21 03:43:44

  Modified:    src/blocks/repository/java/org/apache/cocoon/generation
                        TraversableSourceDescriptionGenerator.java
  Log:
  SourceProperty.toSAX already handles namespace prefix events
  
  Revision  Changes    Path
  1.4       +0 -2      
cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/generation/TraversableSourceDescriptionGenerator.java
  
  Index: TraversableSourceDescriptionGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/generation/TraversableSourceDescriptionGenerator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TraversableSourceDescriptionGenerator.java        31 Oct 2003 12:49:06 
-0000      1.3
  +++ TraversableSourceDescriptionGenerator.java        21 Nov 2003 11:43:44 
-0000      1.4
  @@ -268,9 +268,7 @@
                                                PROPERTIES_NODE_QNAME, 
attributes);
               for (int i = 0; i < properties.length; i++) {
                   property = properties[i];
  -                
this.contentHandler.startPrefixMapping("",property.getNamespace());
                   property.toSAX(this.contentHandler);
  -                this.contentHandler.endPrefixMapping("");
               }
               this.contentHandler.endElement(URI, PROPERTIES_NODE_NAME,
                                              PROPERTIES_NODE_QNAME);
  
  
  

Reply via email to