xhtml_ns_removed.xml (233B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head><script> 3 var newRoot = document.createElementNS(null, "html"); 4 document.removeChild(document.documentElement); 5 document.appendChild(newRoot); 6 </script></head> 7 </html>