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
Am Montag, den 10.12.2007, 18:47 +0700 schrieb Tonny Kohar:
> Hi,
>
> On Dec 10, 2007 5:50 PM, Michael Haslgrübler <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> > my problem is that i modifiy the svg document after i loaded it and
> > although i am using the updateManager. i looks like all things works but
> > however the changes aren't displayed at all.
> >
> >
>
> Please make sure, your getFirstChild is really what you want, because
> getFirstChild may return the characterDataNode instead of your <text>
> node due to the way your svg is designed, check with Batik SVG Browser
> DOM Viewer with enabled white space, to check.
>
> Cheers
> Tonny Kohar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]