//import proxml.*; XMLElement xml_in; void Ingest(String filePath, ArrayList theList){ int missingEndDates = 0; int missingAccumEndDates = 0; xml_in = new XMLElement(this,filePath); String ID = ""; String Title = ""; int Accum_Start_Date = 0; int Accum_End_Date = 0; int Cont_Start_Date = 0; int Cont_End_Date = 0; int Items = 0; float Metres = 0; println(xml_in.getChildCount() + " series"); for (int s=0; s