I’ve been looking arround the web, and I’m fairly sure I already know the answer (“no”), but I’d like to check:
Does IE support importNode() yet? Is there a better alternative than walking the DOM and creating nodes? (I’ve seen the clasic article by Anthony Holdener but its more than a year old now, and I’m hoping that either IE has evolved, or someone has another workarround)
Thanks.
I haven’t heard this has changed yet, and in a recent post by John Resig, he states:
Also see this A List Apart article on cross-browser importnode() as it includes a specific work-around for Internet Explorer.
To quote for posterity,