You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by mk...@ca.ibm.com on 2002/07/25 21:10:35 UTC

[PATCH] patch for bug #11073

Hi,

Here you can find the attached patch for bug 11073
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11073)

Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: mkwan@ca.ibm.com

Index: ElemExtensionCall.java
===================================================================
RCS file:
/home/cvspublic/xml-xalan/java/src/org/apache/xalan/templates/ElemExtensionCall.java,v

retrieving revision 1.28
diff -u -r1.28 ElemExtensionCall.java
--- ElemExtensionCall.java    10 Jun 2002 19:24:42 -0000    1.28
+++ ElemExtensionCall.java    24 Jul 2002 16:27:39 -0000
@@ -189,7 +189,7 @@
       }
     }

-    return decl;
+    return null;
   }

   /**