<!DOCTYPE html><html><head><script src="/statics/demosource/loadxmldoc.js"></script></head><body><script>xmlDoc=loadXMLDoc("/statics/demosource/books.xml");x=xmlDoc.getElementsByTagName("book")[0]y=x.getAttributeNode("category");y.nodeValue="food";document.write(y.nodeValue);</script></body></html>