While I know you can use Resources.Load to pull in files from the Resources folder, that only applies to Unity.GameObject type objects such as Texture2D or Material and not an XML file.
What am I missing here? How can I package xml files into my project and then access them via scripts?