Expressions like this fail silently without raising an error  in BaseXGUI:

delete //m/@n

Of course, it should be:

delete nodes //m/@n

But there should be an error to remind me ;->

Jonathan