Hi.
I have a svg document which contains some textnodes.
I simple would like to replace the nodeValue (that is the text which shows
up),however i get some werid class cast exceptions.
I have simply tried to use element.setNodeValue("My new text"), but this
does not work.
When i try to use setTextContent("my text) i get some errors saying this
abstract method is not provided.Hope you can help me! Lars
