Saw this example on the jQuery examples page for Ajax:
var xmlDocument = [create xml document]; $.ajax({ url: \"page.php\", processData: fa
you can use this simple code for convert your xml tags to text
var temp_var = $("").append($(your_xml_data)).htML()