> BM> But the memory leak problem was already there before I used
> BM> JDK1.4.1 (If I were the only one with that problem I would say it
> BM> is my fault. Well, maybe it is mine anyway :-)
> >> Does the subtree being removed involve 'svg' elements?
>
> BM> No. Only <g>, <text>, <rect> and <use>.
>
> Does the use reference a symbol?
No, the <use> references <image>s which are defined within the <defs>
section. Each image is usually referenced by more than one <use> element.
I do change the contents of the <text> elements quite often (i.e. the text
to be displayed). Like this:
var text = document.getElementById("someText");
text.getFirstChild().setData("new text");
Cheers,
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]