x
 
<!DOCTYPE html>
<html>
<head>
<script src="/statics/demosource/loadxmldoc.js"></script>
</head>
<body>
<script>
xmlDoc=loadXMLDoc("/statics/demosource/books.xml");
document.write(xmlDoc.documentElement.nodeName);
</script>
</body>
</html>