You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mk...@apache.org on 2004/12/15 20:33:10 UTC

cvs commit: xml-xalan/java/src/org/apache/xpath/functions FuncExtFunction.java

mkwan       2004/12/15 11:33:10

  Modified:    java/src/org/apache/xalan Version.java
               java/src/org/apache/xpath/functions FuncExtFunction.java
  Log:
  Patch for bug XALANJ-1592. Submitted by Catya Alone (catyaa@hotmail.com).
  Set the parent node for the arguments in extension functions.
  
  Revision  Changes    Path
  1.15      +0 -0      xml-xalan/java/src/org/apache/xalan/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/Version.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  
  
  
  1.26      +2 -1      xml-xalan/java/src/org/apache/xpath/functions/FuncExtFunction.java
  
  Index: FuncExtFunction.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/functions/FuncExtFunction.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- FuncExtFunction.java	17 Aug 2004 19:25:36 -0000	1.25
  +++ FuncExtFunction.java	15 Dec 2004 19:33:10 -0000	1.26
  @@ -225,6 +225,7 @@
             throws WrongNumberArgsException
     {
       m_argVec.addElement(arg);
  +    arg.exprSetParent(this);
     }
   
     /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org