NodeList info = new NodeList();
SimpleNodeIterator iter = discs.elements();
while (iter.hasMoreNodes()) {
info.removeAll();
infoCollector.clear();
Node disc = iter.nextNode();
//collect all the nodes for the movie items
disc.collectInto(info, infoCollector);