Use the AJAX functions. e.g.

$.ajax({ dataType:"xml", url:"common/xml/002.xml", success:function(xml) {
  alert(xml);
} });

Blair

On 11/15/06, bmsterling <[EMAIL PROTECTED]> wrote:

Hey all,
I have a site that needs to be able to run on both a server and a cd and i
have to call in an xml file.  I have it up and running, but the amount of
code i needed to use is, well, to much.

How do i go about using jquery to call in this xml file?

url in question: http://dnatech.informationexperts.com/

thanks,

Benjamin Sterling
--
View this message in context: http://www.nabble.com/calling-xml-but-not-ajax-tf2631946.html#a7345517
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to