Deleting xml drawn content from mc

I have an XML file which consists of x/y coordinates…from this I draw shapes in a movieclip on stage when the user chooses(from list component) an xml to load…how do I clear the contents of the mc so that when the user chooses another xml file from the list component the new xml is drawn in the now emptied mc from before??..