from a1 of course 
what do you mean by not visible? do they have to be on the top level to
be accessible? and if not how can i access it?

best regards michael


Am Dienstag, den 11.12.2007, 02:52 +0700 schrieb Tonny Kohar:
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to