1 client: send a request to the server through AJAX fn.
2 Server: the answer is in the form of text/xml and it works correctly only 1 or 2 times
response.setContentType("text/xml");
3 , but only after request 1/2, I get an error in the browser (firebug), and it says No element found
client: javascript jQuery ajax server: java servlet
can anyone give any advice for sorting.
source share