Moving xml file between frame

Hi!

I have a large xml file that I load at the beginning of program(frame 1). Then depending, at each frame, I will querry that xml file. However, I can not “transfer” the value of xml file in the first frame to other frame. _global does not seems to work. What is the most efficient way.

Thanks.