<!DOCTYPEhtml><html><body><pid="example">这是一个段落</p><script>
var x = document.getElementById("example");
if (document.defaultView.isDefaultNamespace("http://www.w3.org/1999/xhtml"))
document.write("x 是默认命名空间。");
else
document.write("x 不是默认命名空间。");
</script></body></html>