Thanks for the pointer. I've ended up using createElementNS, but it's hard to use when you're used to the concise syntax of jQuery ;-)
What would be the best way to append a document fragment - retrieved with $.ajax() or $.get() - into an existing <div>, knowing that the server replies to the xmlhttprequest with an `application/xhtml+xml` MIME type as well ? Thanks, Manu On 6/12/07, Rick <[EMAIL PROTECTED]> wrote: > > http://www.quirksmode.org/bugreports/archives/2004/11/innerhtml_in_xh.html > > -- Manu