I am not sure if this will help you at all... but this is how I loaded my XML file.

I created this method:

public static FileInputStream getFis() throws Exception {

FileInputStream fis...