A quick and dirty workaround would be:
success: function(xhr){
result = $("count", $.httpData(xhr, 'xml')).text();
$("#feedback").html("result = " + result);
}
but I still recommend to use the latest jQuery version from svn.
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
