Re: How can I create a HTMLDocument from the DOMImplementation

On Wed, 19 Aug 2009 20:19:13 +0200, Jonas Sicking <jonas@sicking.cc> wrote:
> But how do you create a text/html document (where HTML elements
> .nodeName is uppercase), vs. a application/xhtml+xml document (where
> HTML elements .nodeName is lowercase)?

By using document.open() iirc.


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Wednesday, 19 August 2009 18:56:15 UTC