We use JSON.stringify(oData); to get data in json, and how could we get data in the form of xml?
oModel.read('/', null, null, true, function(oData, oResponse){
var data = JSON.stringify(oData);
document.write(data );
We use JSON.stringify(oData); to get data in json, and how could we get data in the form of xml?
oModel.read('/', null, null, true, function(oData, oResponse){
var data = JSON.stringify(oData);
document.write(data );