Hi Guys,
I am working on xml tempalting example. Now I have included sap core lib in index.html as "https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js" and included "xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1" in the view which is required.
Now while execution, it is taking complete relative path for template like "https://sapui5.netweaver.ondemand.com/resources/http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1/repeat.js" and throwing the error that "404 not found".
Please help how can I resolve this error?