Re: xhtml and javascript

On Sat, 28 Jun 2003, Brian Bober wrote:
>
> Hixie: As I mentioned before, createElementNS (or createElement for
> HTML) works fine for a small block of markup, but what if you want to
> put in a huge block without doing node insertion? Is DOM version 3 going
> to have some kind of reasonable replacement for something on the lines
> of innerHTML (but also available for XML)?

You want DOM3 Load and Save:

   http://www.w3.org/TR/DOM-Level-3-LS/load-save.html

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Saturday, 28 June 2003 20:08:45 UTC