for i in range(10):
                                        #print i
                                        #print repr((XMLText(code).strip()[:-5] + str(i)).lower()),
                                        #print repr(XMLText(code.parentNode.nextSibling.nextSibling).strip())
                                        ActionDict[(XMLText(code).strip()[:-5] + str(i)).lower()] = ((XMLText(code).strip()[:-5] + str(i)), XMLText(code.parentNode.nextSibling.nextSibling).strip())