Hi,

I get the theoretical reason that innerHTML doesn't really fit into
the DOM model ... but building DOM's by hand is a pain in the butt,
especially when it comes to something like a table.

Is there some sort of semi-standard javascript that I've missed that
takes a string HTML fragment and returns an array of nested DOM
objects or something?  It's the type of thing I would expect the Yahoo
YUI stuff to do, but it doesn't.

Every browser supports innerHTML, so is really worth the hastle
avoiding?

-i
_______________________________________________
coders mailing list
[email protected]
http://lists.slug.org.au/listinfo/coders

Reply via email to