Of course!
The project folder should have a folder called assets. Place your XML file in this folder and use Resource.openRawResource (int id) to capture the input stream for your XML file. Having done this earlier, I suggest that if your XML file is significant, use an event-based XML parser so that you can read the XML fragments rather than loading it into memory.