案例:XML DOM案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<script type="text/javascript" src="/example/xdom/loadxmldoc.js"></script>
4
</head>
5
<body>
6
7
<script type="text/javascript">
8
xmlDoc=loadXMLDoc("/example/xdom/books.xml");
9
10
document.write(xmlDoc.documentElement.nodeName);
11
document.write("<br />");
12
document.write(xmlDoc.documentElement.nodeType);
13
</script>
14
</body>
15
</html>
16

 运行结果 
 北美留学生论坛