Page 1 of 1

Loading XML file using AJAX

PostPosted: Sat Jul 02, 2011 3:36 am
by Farooq
Hi All,

I want to load an XML file in my HTML application. Is it possible to load XML file using AJAX? or is there any alternate method? If somebody could provide me sample code that will be highly appreciated. I looked into the xmlHttpRequest example in CEFClient application. It only dumps the request header but doesn't do anything useful otherwise. How can I use it to load an xml file.

Any help would be highly appreciated,
Farooq-

Re: Loading XML file using AJAX

PostPosted: Sat Jul 02, 2011 9:16 pm
by magreenblatt
Google "xmlhttprequest xml"

Re: Loading XML file using AJAX

PostPosted: Tue Jul 05, 2011 1:49 pm
by Farooq
Hi Magreenblatt,

I was able to fix this problem by setting universal_access_from_file_urls_allowed to true.

Farooq-