DOM Level 2 or 3: Is there a way to parse raw HTML into a NodeList?

I looked through many of the objects.  There appears to be
no way to parse raw HTML.  Am I wrong?

Microsoft IE uses the "innerHTML" property to insert raw
HTML into an element.  (there is also the
insertAdjacentHTML method).

DOM Level 3 should specify a similar "convenience" method
or property ... perhaps as a method or constructor to the
DocumentFragment object?


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Received on Wednesday, 13 June 2001 12:22:39 UTC