[jQuery] Can I generate an XML using jQuery, from a text?

[jQuery] Can I generate an XML using jQuery, from a text?


Hi all ist.
I'm in trouble with a strange MSIE problem that seems present only in IE6 SP3.
I've a javascript code using AJAX (not jQuery) that return base
XMLHttpRequest operation result. The .responseText is returning an XML
in text format. The responseXML seems inusable.
I wanna try to fix this using jQuery, but I'm not able to generate a
jQuery object from a plain text XML. All the $("...").html("...")
works only for HTML source as I read in documentation.
There's a way to do this?
Thanks in advance
--
-- luca