I'm loading data from an XML hierarchy using ajax. First I load the parent file, then I loop through all nodes and loads another XML file for each node. I want to place the result from all these XML load's into a java object, then do something. I'm loading data from an XML hierarchy using aj