<html>
<head>
<script type="text/javascript" src="/example/xdom/loadxmldoc.js">
</script>
</head>
<body>
<script type="text/javascript">
xmlDoc=loadXMLDoc("/example/xdom/note_internal_dtd.xml");
document.write(xmlDoc.doctype.name);
</body>
</html>