I modified the tutorial on importing xml into flash and finally got flash 5 to display my xml doc. Now, I'm trying to write a way to search the file, retrieving only search-relevant nodes and their children, but I can't find the best way. Please advise. So far, the only thing that works is pulling the nodeName from the xml doc, but I can only return that node's value to my dynamic text variable. I want that node and all its children returned to the variable.
Thanks.