On Jul 15, 5:53 pm, "John Resig" <[EMAIL PROTECTED]> wrote:
> Hey - can you provide an example site? It's unclear what might be
> wrong without seeing a response from the server. What is the value of
> xml when it comes back?
>
> --John
>

below is a snippet which can be tested in FF and IE

<script src="jquery.js"></script>

<script>

var xml = "<NewDataSet>"
  + "<Table1>"
  +  "<a>Hello</a>"
  +  "<b>jQuery</b>"
  + "</Table1>"
+ "</NewDataSet>";

alert($("Table1", xml).text());

</script>

Reply via email to