Hi, When working with HTML tables, I've had problems with IE6 if using the DOM. innerHTML was ok.
Hugh Gibson wrote: > > The 5th edition of "Javascript - The Definitive Guide" by Flanagan (just > published) says (p336): > > "Although it has never been sanctioned by the W3C as an official part > of the DOM, the innerHTML property of HTMLElement nodes is an > important and powerful property that is supported by all modern > browsers. > .... > Web browsers are, almost by definition, very good at parsing HTML. It > turns out that using innerHTML is a reasonably efficient thing to do, > especially when working with large chunks of HTML text to be parsed. > Note, however that appending bits of text to the innerHTML property > with the += operator is usually not efficient because it requires > both a serialization step and a parsing step." > > It might be the *best* solution :-) > -- View this message in context: http://www.nabble.com/Re%3A-Qooxdoo-and-XHTML-documents-tf2506117.html#a6988485 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
