You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by iv...@apache.org on 2002/12/17 05:17:12 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation XMLFormTransformer.java

ivelin      2002/12/16 20:17:12

  Modified:    src/java/org/apache/cocoon/transformation
                        XMLFormTransformer.java
  Log:
  reorged imports
  
  Revision  Changes    Path
  1.17      +11 -11    xml-cocoon2/src/java/org/apache/cocoon/transformation/XMLFormTransformer.java
  
  Index: XMLFormTransformer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/transformation/XMLFormTransformer.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XMLFormTransformer.java	5 Dec 2002 10:32:57 -0000	1.16
  +++ XMLFormTransformer.java	17 Dec 2002 04:17:12 -0000	1.17
  @@ -8,14 +8,14 @@
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  -
  + 
    1. Redistributions of  source code must  retain the above copyright  notice,
       this list of conditions and the following disclaimer.
    
    2. Redistributions in binary form must reproduce the above copyright notice,
       this list of conditions and the following disclaimer in the documentation
       and/or other materials provided with the distribution.
  -
  + 
    3. The end-user documentation included with the redistribution, if any, must
       include  the following  acknowledgment:  "This product includes  software
       developed  by the  Apache Software Foundation  (http://www.apache.org/)."
  @@ -51,6 +51,14 @@
   
   package org.apache.cocoon.transformation;
   
  +import java.io.IOException;
  +import java.lang.reflect.Array;
  +import java.util.Collection;
  +import java.util.Iterator;
  +import java.util.Map;
  +import java.util.SortedSet;
  +import java.util.Stack;
  +
   import org.apache.avalon.framework.parameters.Parameters;
   import org.apache.cocoon.ProcessingException;
   import org.apache.cocoon.components.validation.Violation;
  @@ -62,14 +70,6 @@
   import org.xml.sax.SAXException;
   import org.xml.sax.helpers.AttributesImpl;
   
  -import java.io.IOException;
  -import java.lang.reflect.Array;
  -import java.util.Collection;
  -import java.util.Iterator;
  -import java.util.Map;
  -import java.util.SortedSet;
  -import java.util.Stack;
  -
   /**
    * Transforms a document with XMLForm
    * elements into a document in the same namespace,
  @@ -427,7 +427,7 @@
        // when a new itemset tag (used within select) is discovered
        // start recording
        // the itemset will be unrolled after the tag ends
  -     // The difference with the repeat tag is that itemset if
  +     // The difference with the repeat tag is that itemset is
        // unrolled in multiple item tags.
        else if ( TAG_ITEMSET.equals( name ) )
        {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org