I need to get this into a datastructure of some sort and I was thinking HashMap, HashMap, HashMap.
I am given a CI on the command line. Firstly I need to check if what I received on the command line exists in the xml file.
Next I need to check what recipients are associated with the existing CI and then I need to (for this exercise) print out the method and dest for each of the recipients.
I was thinking of keeping the xml doc into memory by using a DOM parser.. although I should probably just want to read through the xml file each time to get the relevant values..