How can I create a HTMLDocument from the DOMImplementation

Hi,

    The Core module define the DOMImplementation interface which is
used to bootstrap the DOM, to create Document and DocumentType. But I
can't find a way to create a specific type of Document from that
interface. I mean, how can I create HTMLDocument from some
DOMImplementation? Thanks!

Regards!
Bo

Received on Tuesday, 18 August 2009 13:15:40 UTC