I did it in this way // jquery version: 1.2.1 packed if($.browser.msie){// in ie6 $xml="<xml>"+$response+"</xml>";// <xml> .. </xml> is needed for ie6 }else{ $xml=$xml.replace("]]>","").replace("<![CDATA[","");// jquery maybe not not support this in firefox.. }
// Then this code works fine. // and no "Object does not support this property or method" any more. alert($($xml).find('somekey').text());