| Author |
Modifying the value of an attribute
|
ajse ruku
Ranch Hand
Joined: May 06, 2005
Posts: 192
|
|
Hi all, How we can change the value of an attribute(delete the attribute then add again with new value) or there is some other way?I have tried using element.removeAttribute("name").But it is not working.Please express your views. with regards, ajse
|
 |
Kartik Lax
Greenhorn
Joined: Apr 23, 2006
Posts: 24
|
|
Hi Just have a look at the javadoc for the removeAttribute() method...here What does your DTD/Schema contain ? [ August 02, 2006: Message edited by: Kartik Lax ]
|
 |
 |
|
|
subject: Modifying the value of an attribute
|
|
|