$(document).ready(function(){
$.ajax({
type:"GET",
url:"sapui5_seite.xml",
dataType:"xml",
cache:false,
success:function(result){
alert("XML File is loaded!");
alert(result);
},
async:true
});
});
http://stackoverflow.com/questions/30122214/ui5-changing-from-json-to-xml-model-missing-ovalue
http://stackoverflow.com/questions/11988780/jquery-ajax-return-xml-on-get-request-complete