Dimitry Golubovsky wrote: > If it is more appropriate to limit update propagation, special > measures need to be taken (such as cloning a node object instead of > passing a reference), and it is better to be learned now. Cloning nodes is definitely not appropriate as it tends to cause space leaks. Tom