So i am makeing an app in Titanium alloy and i want the app to recognize an XML file i made. for example when i make a new JS file in my controller folder i need to add this code to the alloy.js file.
Alloy.createController("sub_board");
What is the code to add an xml file i created in my Views folder?