Just some advice about storing vars

I’m working in a project where vars come from XML and they are basically stored in _globals. At certain moment I need to load more XML content, but temporary.
I would like to load those values in something like a level or a MC in order to be able to erase them all in one step when they are not needed anymore. (_globals should stay)
Any suggestions?