Hi
I am working on a game which has multiple levels. The data for each level is being stored in separate xml. When i move from 1 level to the other I need to load the next level xml. The game is paused during that period. In order to avoid this pause I want to load all xmls initially. The relative xml path to all the xml files is currently stored in a master.xml.
I need a robust code to load all xml files initially and store them in a array. Please help.