<!DOCTYPE html>
<html>
<head>
<script src="/statics/demosource/loadxmldoc.js">
</script>
</head>
<body>
<script>
xmlDoc=loadXMLDoc("/statics/demosource/books.xml");
document.write("Document location: " + xmlDoc.documentURI);
</script>
</body>
</html>