<!DOCTYPE html>src="/statics/demosource/loadxmldoc.js"xmlDoc=loadXMLDoc("/statics/demosource/books.xml");document.write(xmlDoc.getElementsByTagName("title")[0].childNodes[0].nodeValue + "<br>");document.write(xmlDoc.getElementsByTagName("author")[0].childNodes[0].nodeValue + "<br>");document.write(xmlDoc.getElementsByTagName("year")[0].childNodes[0].nodeValue);