>Using XALAN is it possible to pass arguments by reference to a JAVA >class method.
1) All Java objects are passed by reference. 2) It sounds like what you're looking for is the extension function suport. See the Xalan documentation, which describes how to tell Xalan to call those functions and how to pass arguments to them. (I'd give you a specific URI, but my network connection is being unreliable right now.)
