mkwan       2002/10/04 13:00:51

  Modified:    java/src/org/apache/xalan/xsltc/compiler Param.java
  Log:
  The default type of a <xsl:param> should be result tree.
  
  Revision  Changes    Path
  1.20      +2 -2      
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Param.java
  
  Index: Param.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Param.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Param.java        1 Feb 2002 20:07:08 -0000       1.19
  +++ Param.java        4 Oct 2002 20:00:51 -0000       1.20
  @@ -161,7 +161,7 @@
        else if (hasContents()) {
            typeCheckContents(stable);
        }
  -     _type = Type.Reference;
  +     _type = Type.ResultTree;
   
        // This element has no type (the parameter does, but the parameter
        // element itself does not).
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to