File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes Modifying the value of an attribute Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Modifying the value of an attribute" Watch "Modifying the value of an attribute" New topic
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 ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Modifying the value of an attribute
 
Similar Threads
Field display problem
Obtaining data from form elements
Help pls -Urgent(logic:iterate)
event.getValue?
How to set Default selection in h:selectOneMenu