Element Object
The removeAttribute() method removes a specified attribute.
If a default value for the attribute is defined in a DTD, a new attribute immediately appears with the default value
| Parameter | Description |
|---|---|
| name | Required. Specifies the attribute to remove |
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and removes the "category" attribute from all <book> elements:
Element Object
Your message has been sent to W3Schools.