<!DOCTYPE html>src="/statics/demosource/loadxmldoc.js"xmlDoc=loadXMLDoc("/statics/demosource/books.xml");x=xmlDoc.getElementsByTagName('book');document.write(x[0].getAttribute('category'));document.write("<br>");x[0].removeAttribute('category');document.write(x[0].getAttribute('category'));