XML insted of JSON
XML insted of JSON
![rganesh.info](https://secure.gravatar.com/avatar/90de8e6dc09666cfa8d385fdc153a27c/?default=https%3A%2F%2Fvanillicon.com%2F90de8e6dc09666cfa8d385fdc153a27c_200.png&rating=g&size=120)
Hello all,
I want to use XML data's insted of JSON can anyone help me out...
Thanks in advance
I want to use XML data's insted of JSON can anyone help me out...
Thanks in advance
This discussion has been closed.
Replies
[code]
$(document).ready(function(){
$.ajax({
type: "GET",
url: "whitelist.xml",
dataType: "xml",
success: function(xml) {
[/code]
[code]
<?xml version="1.0" encoding="utf-8" ?>
6781 2012-03-12T14:50:42-05:00 6783 2012-03-12T14:50:42-05:00 6782 2012-03-12T14:50:42-05:00
[/code]
Allan