Already put all the possible parameters and data in a URL does not return xml. the XML locally hosted works, but not with URL.
HTML:
<section ng-controller="AppController" class="container-podcastapp">
<ul>
<li ng-repeat="guitar in dataSet">
<div class="resultwrapper">
<h2>{{guitar.make}} {{guitar.model}}</h2>
</div>
</li>
</ul>
</section>
javascript and fiddle