[jQuery] New AJAX plugin - XPath on result?

[jQuery] New AJAX plugin - XPath on result?

Phillip, your followup message indicates that you can change the format that
the server returns. That being the case, why don't you just have the server
return the exact text you want, instead of all the HTML cruft that you would
have to strip away on the client.
In your test case, the server would simply return the string "My content".
Perhaps I missed something--is there a reason you couldn't do that?
-Mike