my problem is that i want to return an xml file from server back to client and parsing it using ajax function of jquery. this is the code: client: $("#submit").click(function() { $.aj...
stackoverflow.com