[wp-hackers] DOM scripting help needed

Mark Wubben markwubben at gmail.com
Tue Dec 14 15:07:38 UTC 2004


I don't really have the time to work on this, but the differences
between HTML and XML mode are:

1. no document.write
2. no innerHTML
3. when you create new elemens, they need the XHTML namespace: 
`document.createElementNS(sNamespaceUri, sTagName)`



More information about the hackers mailing list