Re: xhtml and javascript

Cool, jst was involved with that. Does this work for the DOM of regular HTML
documents (not encapsulated in HTML)?

--- Ian Hickson <ian@hixie.ch> wrote:
> 
> 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/                         `._.-(,_..'--(,_..'`-.;.'
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

Received on Sunday, 29 June 2003 00:24:17 UTC