Dynamic XML links

I’ve got a little issue with a flash searcher that finds a existing zip code within an xml file and then returns all the node items listed under that particular zip code into a dynamic textbox on stage with a url link. It’s based on Kirupas example: http://www.kirupa.com/web/xml/examples/searchbestof.htm. I’ve gotten it to return one, but not multiple seperate lines with their own link. I know it’s probably a looping issue, it needs to cycle through one node and it’s url link, kick it out in it’s html format and cycle through the next (and not show any undefined/empty nodes). This is harder that I thought! I bet this is a fairly easy fix. The attached headline.fla example is idealy how the result should look but it’s got to have the search capability like the zipcode_searcher.fla. There’s probably even a much more simple way to do this than with what I’ve got set up. Much, much thanks for any assistance!