Anyone have any ideas on how to take an entire Panel that is just an xml file and then load this in flex 2 and then have it instantiate it? This is not a compiled SWF using the Modules package in flex, but just a simple xml file.
I've done this with a Tree Control where I loaded in the xml and it generated the components at runtime, however I'm thinking of an entire set of code in MXML or XML that gets loaded in and immediately created. I know there is a Apache MXML server on labs, but I was thinking that this is done just in flex. Anyone have any experience in this?

