Hi There,

I understand that when a server side page returns an xml response with
the headers set appropriately, then JQuery will automatically provide
a DOM representation of the xml so that it can be queried easily,  for
example using something like:

var  node = $('node',xml).

My question is - Is it possible to convert an XML string on the client/
browser into the same type of DOM object so that it can be queried in
the same way?

The reason is, I am working with a cross domain web service which
returns a JSON object but one of the JSON object's properties is an
large XML document which I need to be able to access using xpath style
selectors in the browser.

Thanks, Chris

Reply via email to