Setting the doctype with DOM methods
|
|
Hello, Is there some way to add a doctype with DOM methods to a document? Thanks,
|
|
|
try something like this:
dunno if it works, but... |
|
|
document.doctype : read-only - DOM level 2 doesn't support editing the document type declaration.
|
