Hi,

On Dec 10, 2007 9:57 PM, Michael Haslgrübler <[EMAIL PROTECTED]> wrote:
> It gets the character and replaces it sucessfully within the dom tree. i
> made sure of it with following lines
>
> System.out.println(bar.getFirstChild().getNodeValue());  //prints _
>                                                 
> bar.getFirstChild().setNodeValue("F");
>                                                 
> System.out.println(bar.getFirstChild().getNodeValue());  //prints
> F
>
>
>

It seems good then. So are you really want to change the nodeValue
from id=a1 or from id=b15, because the way your svg designed a1 is not
visible.

Cheers
Tonny Kohar
-- 
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

Reply via email to