You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Scott Boag/CAM/Lotus <Sc...@lotus.com> on 2000/11/28 02:23:33 UTC

Resetting of parameters (was Re: Xalan-J 1 bug)

Gary L Peskin <ga...@firstech.com> wrote:
> I think this will break a lot of existing, working, production code.

You might be right.  Maybe we shouldn't try to change this for XalanJ1.

> I think that an XSLTEngineImpl.reset() -should-
> reset the top level parameters.

The problem with this is that reset is called automatically once a
transformation has occured, so you can never reuse the set parameters.

It's been the way it is for a while.  We should probably go ahead and back
out of this.

-scott