> With responseHTML - the content of the remote response i do not get > any or a wrong result.
I wouldn't choose responseHTML anyway. responseTree is already a DOM subtree, the ideal object to inject into the DOM. I understand the sometime lack of a namespace in 1.2 is annoying vis-a-vis inline styling, but you can just add the namespace and that is taken care of. http://jsfiddle.net/JSSu9/15/ -- S.
